From 0d7241bc0849be42e365b65e9bfaad984029fdbf Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 16 Jul 2012 14:15:36 -0400 Subject: add information to README about specifying versions --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README b/README index ea07f0a..cf068ee 100644 --- a/README +++ b/README @@ -12,6 +12,18 @@ Usage The module currently looks for values on different variables to adjust configuration of the master. +Installing a specific versions +------------------------------ + +If you need to install a different version of puppet, other than the most recent, +you can set the following variable: + +$puppet_ensure_version = '2.7.18-1~bpo60+1' + +You can also specify a different facter version by setting the following variable: + +$facter_ensure_version = '1.6.9-2~bpo60+2' + Run puppet by cron: ------------------- @@ -49,6 +61,13 @@ mode, you can set $puppetmaster_mode either to: In both cases you have to setup the appropriate frontends (apache vhost configuration/nginx vhost configuration) on your own. +If you need to install a specific version of puppetmaster, you can specify the +version to be installed by doing the following: + +$puppetmaster_ensure_version = '2.7.18-1~bpo60+1' + +NOTE: You will need the apt module in order to specify the puppetmaster version. + Munin ----- -- cgit v1.2.3