Hello,
I am trying to disable a process , but the stop parameter seems to be
ignored
from the output of puppetd -tv :
..
err: /:main/sastools/Service[cfexecd]/ensure: change from running to stopped
failed: Execution of '*/sbin/service cfexecd stop*' returned 1: cfexecd:
unrecognized service
..
from the manifests :
service { cfexecd:
stop=>"*/usr/bin/killall cfexecd*",
ensure => stopped,
}
# puppetd --version
0.24.7
on Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
A bug ?
Vincent
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---