From: Silvio Rhatto Date: Thu, 23 Jan 2014 16:22:36 +0000 (-0200) Subject: Comment at nodo::role::vagrant X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7a66f6c82f243e3ac65e17a67a2e3d64c21ab27b;p=puppet-nodo.git Comment at nodo::role::vagrant --- 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