From ef12a0ac8d292f1897d99a39dc745a44104e560d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Wed, 28 Oct 2009 23:44:02 +0200 Subject: [PATCH] Fixed puppet run restart from puppet::manual class. --- puppet/manifests/init.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/puppet/manifests/init.pp b/puppet/manifests/init.pp index ce9c972..16aeb97 100644 --- a/puppet/manifests/init.pp +++ b/puppet/manifests/init.pp @@ -77,8 +77,6 @@ class puppet::manual inherits puppet::client { Service["puppet"] { ensure => undef, - hasrestart => undef, - restart => "/bin/echo 'Puppet restart requested, re-run puppet manually.' ; /bin/false", enable => false, }