From b5865bfaddbfcaaae46936862a8588c39ffcdf16 Mon Sep 17 00:00:00 2001 From: Jerome Charaoui Date: Wed, 6 May 2015 14:05:29 -0400 Subject: Fix default value of http_compression parameter in puppet::cron --- manifests/cron.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/cron.pp b/manifests/cron.pp index 9a8e777..c26e079 100644 --- a/manifests/cron.pp +++ b/manifests/cron.pp @@ -4,7 +4,7 @@ class puppet::cron( $stop_service = true, $config = '/etc/puppet/puppet.conf', $config_content = false, - $http_compression = 'puppet_http_compression', + $http_compression = false, $cleanup_clientbucket = false, $ensure_version = 'installed', $ensure_facter_version = 'installed', -- cgit v1.2.3