summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2015-05-06 13:16:16 -0400
committerJerome Charaoui <jcharaoui@cmaisonneuve.qc.ca>2015-05-06 13:16:16 -0400
commit411ff00ef6521f52c61719201b0d50a1d608101d (patch)
tree729609a8c402ee909cdfcb67dbb6d7bf0fe1131b
parent0793464ecc098de05909e7d90b3c7d601988779f (diff)
Add missing storeconfigs parameter to puppet::master class (defaults to false)
-rw-r--r--manifests/master.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/master.pp b/manifests/master.pp
index d71c84a..c9f4de6 100644
--- a/manifests/master.pp
+++ b/manifests/master.pp
@@ -6,6 +6,7 @@ class puppet::master(
$http_compression = false,
$cleanup_clientbucket = false,
$cron_time = false,
+ $storeconfigs = false,
$ensure_version = 'installed',
$ensure_facter_version = 'installed',
$lastruncheck_cron = '40 10 * * *',