summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-04-17 17:21:52 +0200
committermh <mh@immerda.ch>2011-04-17 17:21:52 +0200
commit05a9d526ab7a23dea30058dbb3ac21a9bb521dab (patch)
treedbf4cbf1999a959464c383ca1f4dc98f5831d227
parent4a5a3d04a8e45cb7666e3c270b9a3ae7a4786a70 (diff)
no need to log to the console as we don't use puppets logging feature
-rw-r--r--files/master/lastruncheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/master/lastruncheck b/files/master/lastruncheck
index fe67d21..149c655 100644
--- a/files/master/lastruncheck
+++ b/files/master/lastruncheck
@@ -189,7 +189,7 @@ class Puppet::Application::Lastcheck < Puppet::Application
def setup
exit(Puppet.settings.print_configs ? 0 : 1) if Puppet.settings.print_configs?
- Puppet::Util::Log.newdestination :console
+ #Puppet::Util::Log.newdestination :console
Puppet::Node::Facts.terminus_class = :yaml
Puppet::Lastcheck::Tests.tests.keys.each do |test|