diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2011-07-21 09:21:29 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2011-07-21 09:21:29 +0000 |
commit | d63290d2805eebc180f6c4143e201a45936601bb (patch) | |
tree | 1b6608b6c7f9b17056f8ad8a95da393879e70913 /modules | |
parent | 9890cf559fc2804e14ec3ef5d86bbb602f843d07 (diff) | |
download | puppet-d63290d2805eebc180f6c4143e201a45936601bb.tar puppet-d63290d2805eebc180f6c4143e201a45936601bb.tar.gz puppet-d63290d2805eebc180f6c4143e201a45936601bb.tar.bz2 puppet-d63290d2805eebc180f6c4143e201a45936601bb.tar.xz puppet-d63290d2805eebc180f6c4143e201a45936601bb.zip |
- abandon storeconfig
Diffstat (limited to 'modules')
-rw-r--r-- | modules/puppet/templates/puppet.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/puppet/templates/puppet.conf b/modules/puppet/templates/puppet.conf index 1e904618..8edb568c 100644 --- a/modules/puppet/templates/puppet.conf +++ b/modules/puppet/templates/puppet.conf @@ -21,9 +21,9 @@ reports = store,tagmail reportfrom = root@<%= domain %> - storeconfigs = true - dbadapter = sqlite3 - dblocation = /var/lib/puppet/storeconfigs.db +# storeconfigs = true +# dbadapter = sqlite3 +# dblocation = /var/lib/puppet/storeconfigs.db [agent] |