diff options
Diffstat (limited to 'manifests/role/vagrant.pp')
-rw-r--r-- | manifests/role/vagrant.pp | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/manifests/role/vagrant.pp b/manifests/role/vagrant.pp index 55c5c2c..a7fd942 100644 --- a/manifests/role/vagrant.pp +++ b/manifests/role/vagrant.pp @@ -1,4 +1,31 @@ # 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 +# class nodo::role::vagrant { include lsb include nodo::subsystem::locales |