]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Comment on vagrant.pp
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 3 Mar 2014 17:52:43 +0000 (14:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 3 Mar 2014 17:52:43 +0000 (14:52 -0300)
manifests/role/vagrant.pp

index 717e0239ef698ca08451c8b6ff6d327e493ac157..bfb21905ce2c4d7f9a02841d91543a57a361c75b 100644 (file)
@@ -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