From 7a66f6c82f243e3ac65e17a67a2e3d64c21ab27b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 23 Jan 2014 14:22:36 -0200 Subject: Comment at nodo::role::vagrant --- manifests/role/vagrant.pp | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'manifests') 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 -- cgit v1.2.3