diff options
| author | David Schmitt <david@schmitt.edv-bus.at> | 2007-11-09 18:29:04 +0100 |
|---|---|---|
| committer | David Schmitt <david@schmitt.edv-bus.at> | 2007-11-09 18:29:04 +0100 |
| commit | 61ef2893c57584ad3166241c6e412c1b4d014a4b (patch) | |
| tree | faf195fc16c55323fc37da31966323b08cfa4f17 /lib/puppet/network | |
| parent | 418bc21e3fd893b0f1f5315f6a9d0f9a87ae2d01 (diff) | |
| download | puppet-61ef2893c57584ad3166241c6e412c1b4d014a4b.tar.gz puppet-61ef2893c57584ad3166241c6e412c1b4d014a4b.tar.xz puppet-61ef2893c57584ad3166241c6e412c1b4d014a4b.zip | |
fix #815: add :main to all use() for :reporting and :metrics
Diffstat (limited to 'lib/puppet/network')
| -rwxr-xr-x | lib/puppet/network/handler/report.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/network/handler/report.rb b/lib/puppet/network/handler/report.rb index 12abc9b15..8ddeed9f6 100755 --- a/lib/puppet/network/handler/report.rb +++ b/lib/puppet/network/handler/report.rb @@ -18,7 +18,7 @@ class Puppet::Network::Handler def initialize(*args) super - Puppet.settings.use(:reporting, :metrics) + Puppet.settings.use(:main, :reporting, :metrics) end # Accept a report from a client. |
