From 05a9d526ab7a23dea30058dbb3ac21a9bb521dab Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 17 Apr 2011 17:21:52 +0200 Subject: no need to log to the console as we don't use puppets logging feature --- files/master/lastruncheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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| -- cgit v1.2.3