summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2011-01-10 23:42:46 -0500
committerMicah Anderson <micah@riseup.net>2011-01-10 23:42:46 -0500
commit4d3ffe96265fc4ea038b5a516217b38117feb585 (patch)
tree10f5ebc88fc368c4af689eb569df76b3ac014588 /README
parent47af90247485c22326c95621806087f25088520f (diff)
update README to reflect the module pre-requirements needed for puppet::puppetmaster::storeconfigs
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 8 insertions, 3 deletions
diff --git a/README b/README
index b72a4ad..5135310 100644
--- a/README
+++ b/README
@@ -29,6 +29,10 @@ The individual node client buckets aren't cleaned up automatically, unless you
specify $puppet_cleanup_clientbucket = 'X', where X is the number of days you
want to keep clientbucket files for.
+Use http compression
+--------------------
+
+To enable http compression on the clients, set $puppet_http_compression = true
Puppetmaster Mode:
------------------
@@ -81,9 +85,10 @@ You will need the cron module to take advantage of this functionality.
Stored configs:
---------------
-If you want to use storedconfigs on your puppetmaster, then you will want to
-also be using the mysql module, and then you will need to "include
-puppet::puppetmaster::storeconfigs".
+If you want to use storedconfigs on your puppetmaster, then you will need the
+mysql module, the rails module and you will need to set
+$puppetmaster_storeconfigs = true
+
Example:
--------