aboutsummaryrefslogtreecommitdiffstats
path: root/modules/puppet/templates
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-14 11:15:25 +0000
committerMichael Scherer <misc@mageia.org>2010-12-14 11:15:25 +0000
commitfebf61d3d22dd6f29d8dc38e1f2d6f93dd2b8b95 (patch)
treed9652865e2ab3ecc6da01282553beb6bd7fd27f4 /modules/puppet/templates
parent8a39df25dff378e42cee6cbc3f598485331d0e97 (diff)
downloadpuppet-febf61d3d22dd6f29d8dc38e1f2d6f93dd2b8b95.tar
puppet-febf61d3d22dd6f29d8dc38e1f2d6f93dd2b8b95.tar.gz
puppet-febf61d3d22dd6f29d8dc38e1f2d6f93dd2b8b95.tar.bz2
puppet-febf61d3d22dd6f29d8dc38e1f2d6f93dd2b8b95.tar.xz
puppet-febf61d3d22dd6f29d8dc38e1f2d6f93dd2b8b95.zip
fix the "end of file reached" error message that we see when running puppet
manually, see https://projects.puppetlabs.com/issues/5018 for the work around
Diffstat (limited to 'modules/puppet/templates')
-rw-r--r--modules/puppet/templates/puppet.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/puppet/templates/puppet.conf b/modules/puppet/templates/puppet.conf
index ab50b792..24f272e9 100644
--- a/modules/puppet/templates/puppet.conf
+++ b/modules/puppet/templates/puppet.conf
@@ -13,7 +13,10 @@
[master]
certname = puppetmaster.<%= domain %>
- reports = tagmail,store
+
+ # tagmail should be kept last, until this bug is fixed
+ # https://projects.puppetlabs.com/issues/5018
+ reports = store,tagmail
storeconfigs = true
dbadapter = sqlite3