aboutsummaryrefslogtreecommitdiffstats
path: root/modules/puppet/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-06 16:59:45 +0000
committerMichael Scherer <misc@mageia.org>2010-12-06 16:59:45 +0000
commitd9ceadb659cdc164275b6f70cc6e3e90a5d2643b (patch)
tree819fcddee9b93ac701f9f9ed5484a704bbb8e046 /modules/puppet/templates
parent0c9543eea391c013b972570eee656a7dc6a99737 (diff)
downloadpuppet-d9ceadb659cdc164275b6f70cc6e3e90a5d2643b.tar
puppet-d9ceadb659cdc164275b6f70cc6e3e90a5d2643b.tar.gz
puppet-d9ceadb659cdc164275b6f70cc6e3e90a5d2643b.tar.bz2
puppet-d9ceadb659cdc164275b6f70cc6e3e90a5d2643b.tar.xz
puppet-d9ceadb659cdc164275b6f70cc6e3e90a5d2643b.zip
- enable stored config
Diffstat (limited to 'modules/puppet/templates')
-rw-r--r--modules/puppet/templates/puppet.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/puppet/templates/puppet.conf b/modules/puppet/templates/puppet.conf
index fcb81a35..ab50b792 100644
--- a/modules/puppet/templates/puppet.conf
+++ b/modules/puppet/templates/puppet.conf
@@ -13,7 +13,12 @@
[master]
certname = puppetmaster.<%= domain %>
- reports = tagmail
+ reports = tagmail,store
+
+ storeconfigs = true
+ dbadapter = sqlite3
+ dblocation = /var/lib/puppet/storeconfigs.db
+
[agent]
server = puppetmaster.<%= domain %>