Displaying 1 result from an estimated 1 matches for "cvslock".
Did you mean:
  clock
  
2013 Apr 11
2
Disable A Windows Service Only If It Exists
I am wondering whether it is possible to have Puppet only stop and disable 
a Windows service if it exists. I have Puppet master 3.1.1 on CentOS, and 
Puppet clients 3.1.1 on many Windows machines. Right now, I have the bit 
below for certain nodes:
service { "CVSNT":
ensure => ''stopped'',
enable => ''false'',
}
Some of the nodes have this