summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-07-16 14:15:36 -0400
committerMicah Anderson <micah@riseup.net>2012-07-16 14:15:36 -0400
commit0d7241bc0849be42e365b65e9bfaad984029fdbf (patch)
tree8a4f43b804ad143deccf8b499a9b2382fc88cbf0
parentdd380fa91507155d5cfe8ea87023903eb91a18b0 (diff)
add information to README about specifying versions
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
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
-----