aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-27 18:50:00 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-10-27 18:50:00 -0200
commitcfbc53896333b3b11988f93db32b5d4509096c09 (patch)
tree42a4196a91231cee38d1f25550c088ad09a3e975 /manifests
parentf7e039adb34e628b47901947e8d156fab8e1cc40 (diff)
downloadpuppet-nodo-cfbc53896333b3b11988f93db32b5d4509096c09.tar.gz
puppet-nodo-cfbc53896333b3b11988f93db32b5d4509096c09.tar.bz2
Rename virtual role, removes webdev
Diffstat (limited to 'manifests')
-rw-r--r--manifests/role/dev/virtual.pp (renamed from manifests/role/vagrant.pp)5
-rw-r--r--manifests/role/webdev/desktop.pp3
-rw-r--r--manifests/role/webdev/laptop.pp3
3 files changed, 3 insertions, 8 deletions
diff --git a/manifests/role/vagrant.pp b/manifests/role/dev/virtual.pp
index d9f697e..742c328 100644
--- a/manifests/role/vagrant.pp
+++ b/manifests/role/dev/virtual.pp
@@ -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
index 017a339..0000000
--- a/manifests/role/webdev/desktop.pp
+++ /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
index a33a508..0000000
--- a/manifests/role/webdev/laptop.pp
+++ /dev/null
@@ -1,3 +0,0 @@
-class nodo::role::webdev::laptop inherits nodo::base::laptop {
- include nodo::role::webdev
-}