aboutsummaryrefslogtreecommitdiff
path: root/manifests/role
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-03 14:52:43 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-03 14:52:43 -0300
commit10d9379781dbed2cc52f3cc63a84ed736d879f0f (patch)
treed546595318f402cd7e8291a7ef4acd6531951b41 /manifests/role
parent2f1d07987ed788e027ee6f33157e03dc3444a024 (diff)
downloadpuppet-nodo-10d9379781dbed2cc52f3cc63a84ed736d879f0f.tar.gz
puppet-nodo-10d9379781dbed2cc52f3cc63a84ed736d879f0f.tar.bz2
Comment on vagrant.pp
Diffstat (limited to 'manifests/role')
-rw-r--r--manifests/role/vagrant.pp29
1 files changed, 1 insertions, 28 deletions
diff --git a/manifests/role/vagrant.pp b/manifests/role/vagrant.pp
index 717e023..bfb2190 100644
--- a/manifests/role/vagrant.pp
+++ b/manifests/role/vagrant.pp
@@ -1,31 +1,4 @@
-# A vagrant instance
-#
-# Required packages in the box:
-#
-# - sqlite3
-# - libsqlite3-ruby
-# - ruby-hiera-puppet
-# - libactiverecord-ruby
-# - ruby-sqlite3
-# - usbutils
-#
-# Required files in the box
-#
-# - /etc/puppet/hiera.yaml
-#
-# Required /etc/puppet/puppet.conf parameters in the [main] section:
-#
-# - storeconfigs = true
-# - dbadapter = sqlite3
-#
-# Example usage
-#
-## Import main module
-#import "nodo"
-#
-## Vagrant classes
-#include nodo::role::vagrant
-#
+# A vagrant instance. Use it along with the bootstrap module.
class nodo::role::vagrant {
# First include the LSB class
include lsb