summaryrefslogtreecommitdiff
path: root/files/master/lastruncheck
diff options
context:
space:
mode:
Diffstat (limited to 'files/master/lastruncheck')
-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|