]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Rename virtual role, removes webdev
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Oct 2017 20:50:00 +0000 (18:50 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Oct 2017 20:50:00 +0000 (18:50 -0200)
manifests/role/dev/virtual.pp [moved from manifests/role/vagrant.pp with 66% similarity]
manifests/role/webdev/desktop.pp [deleted file]
manifests/role/webdev/laptop.pp [deleted file]

similarity index 66%
rename from manifests/role/vagrant.pp
rename to manifests/role/dev/virtual.pp
index d9f697ed7e4f6dcd4f178b1ef5347a8df5cd890c..742c328a806f1a3161f89203222dea4465c88173 100644 (file)
@@ -1,5 +1,6 @@
-# A vagrant instance. Use it along with the bootstrap module.
-class nodo::role::vagrant {
+# A virtual machine instance for development.
+# Use it along with the bootstrap module and an application like vagrant or KVMX.
+class nodo::role::dev::virtual {
   # First include the LSB class
   include lsb
 
diff --git a/manifests/role/webdev/desktop.pp b/manifests/role/webdev/desktop.pp
deleted file mode 100644 (file)
index 017a339..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-class nodo::role::webdev::desktop inherits nodo::base::desktop {
-  include nodo::role::webdev
-}
diff --git a/manifests/role/webdev/laptop.pp b/manifests/role/webdev/laptop.pp
deleted file mode 100644 (file)
index a33a508..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-class nodo::role::webdev::laptop inherits nodo::base::laptop {
-  include nodo::role::webdev
-}