aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mageia.org>2011-07-21 09:21:29 +0000
committerOlivier Thauvin <nanardon@mageia.org>2011-07-21 09:21:29 +0000
commitd63290d2805eebc180f6c4143e201a45936601bb (patch)
tree1b6608b6c7f9b17056f8ad8a95da393879e70913
parent9890cf559fc2804e14ec3ef5d86bbb602f843d07 (diff)
downloadpuppet-d63290d2805eebc180f6c4143e201a45936601bb.tar
puppet-d63290d2805eebc180f6c4143e201a45936601bb.tar.gz
puppet-d63290d2805eebc180f6c4143e201a45936601bb.tar.bz2
puppet-d63290d2805eebc180f6c4143e201a45936601bb.tar.xz
puppet-d63290d2805eebc180f6c4143e201a45936601bb.zip
- abandon storeconfig
-rw-r--r--modules/puppet/templates/puppet.conf6
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]