diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2011-07-21 09:24:58 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2011-07-21 09:24:58 +0000 |
commit | 32eddc38eb7007ea1891b2bf550733c0ba78c096 (patch) | |
tree | b92af627b915a22663d91b992bbedd8ccb174c4d /modules | |
parent | d63290d2805eebc180f6c4143e201a45936601bb (diff) | |
download | puppet-32eddc38eb7007ea1891b2bf550733c0ba78c096.tar puppet-32eddc38eb7007ea1891b2bf550733c0ba78c096.tar.gz puppet-32eddc38eb7007ea1891b2bf550733c0ba78c096.tar.bz2 puppet-32eddc38eb7007ea1891b2bf550733c0ba78c096.tar.xz puppet-32eddc38eb7007ea1891b2bf550733c0ba78c096.zip |
- ooops wrong svn
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 8edb568c..1e904618 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] |