Fixed puppet run restart from puppet::manual class.

This commit is contained in:
Timo Mkinen 2009-10-28 23:44:02 +02:00
parent b0af161a04
commit ef12a0ac8d

View file

@ -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,
}