diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2011-07-21 09:30:49 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2011-07-21 09:30:49 +0000 |
commit | f06bfeb5b83bb87ea942d0ce18096503c274942b (patch) | |
tree | 80fb348e2d50a9f644eff6db212915d64dccc2f0 /modules | |
parent | 32eddc38eb7007ea1891b2bf550733c0ba78c096 (diff) | |
download | puppet-f06bfeb5b83bb87ea942d0ce18096503c274942b.tar puppet-f06bfeb5b83bb87ea942d0ce18096503c274942b.tar.gz puppet-f06bfeb5b83bb87ea942d0ce18096503c274942b.tar.bz2 puppet-f06bfeb5b83bb87ea942d0ce18096503c274942b.tar.xz puppet-f06bfeb5b83bb87ea942d0ce18096503c274942b.zip |
- add a comment to warn people
Diffstat (limited to 'modules')
-rw-r--r-- | modules/puppet/templates/puppet.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/puppet/templates/puppet.conf b/modules/puppet/templates/puppet.conf index 1e904618..baa8cd01 100644 --- a/modules/puppet/templates/puppet.conf +++ b/modules/puppet/templates/puppet.conf @@ -21,6 +21,8 @@ reports = store,tagmail reportfrom = root@<%= domain %> + # Never remove this: + # Store config is used to populate others configs storeconfigs = true dbadapter = sqlite3 dblocation = /var/lib/puppet/storeconfigs.db |