diff options
| author | Michael Scherer <misc@mageia.org> | 2010-12-06 16:59:45 +0000 |
|---|---|---|
| committer | Michael Scherer <misc@mageia.org> | 2010-12-06 16:59:45 +0000 |
| commit | d9ceadb659cdc164275b6f70cc6e3e90a5d2643b (patch) | |
| tree | 819fcddee9b93ac701f9f9ed5484a704bbb8e046 | |
| parent | 0c9543eea391c013b972570eee656a7dc6a99737 (diff) | |
| download | puppet-d9ceadb659cdc164275b6f70cc6e3e90a5d2643b.tar puppet-d9ceadb659cdc164275b6f70cc6e3e90a5d2643b.tar.gz puppet-d9ceadb659cdc164275b6f70cc6e3e90a5d2643b.tar.bz2 puppet-d9ceadb659cdc164275b6f70cc6e3e90a5d2643b.tar.xz puppet-d9ceadb659cdc164275b6f70cc6e3e90a5d2643b.zip | |
- enable stored config
| -rw-r--r-- | modules/puppet/templates/puppet.conf | 7 |
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 %> |
