From 4d3ffe96265fc4ea038b5a516217b38117feb585 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 10 Jan 2011 23:42:46 -0500 Subject: update README to reflect the module pre-requirements needed for puppet::puppetmaster::storeconfigs --- README | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'README') 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: -------- -- cgit v1.2.3