summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-12-11 17:08:48 -0600
committerLuke Kanies <luke@madstop.com>2007-12-11 17:08:48 -0600
commitf1169ee7cd05003de67070f193e70255706d95cb (patch)
treeaae1fe5736907cdbb78c15eb17139c5f6253dc8d /lib/puppet
parentce5cab1672d1038e2caf795a0aaaad36b208f3b6 (diff)
downloadpuppet-f1169ee7cd05003de67070f193e70255706d95cb.tar.gz
puppet-f1169ee7cd05003de67070f193e70255706d95cb.tar.xz
puppet-f1169ee7cd05003de67070f193e70255706d95cb.zip
Not using the main section when running the store report, since it is unneeded and can cause conflicts within puppetmasterd
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/reports/store.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/reports/store.rb b/lib/puppet/reports/store.rb
index b7ef42a7b..dfc992820 100644
--- a/lib/puppet/reports/store.rb
+++ b/lib/puppet/reports/store.rb
@@ -1,7 +1,7 @@
require 'puppet'
Puppet::Reports.register_report(:store) do
- Puppet.settings.use(:main, :reporting)
+ Puppet.settings.use(:reporting)
desc "Store the yaml report on disk. Each host sends its report as a YAML dump
and this just stores the file on disk, in the ``reportdir`` directory.