Re: [Puppet Users] Have An Issue To Report, But Can't Figure Out How

2014-01-14 Thread Paul Nickerson
Thanks for the info. Glad it's already being patched. I got to the Redmine site through this link trail: http://puppetlabs.com/ Open Source Projects: http://puppetlabs.com/puppet/puppet-open-source Visit the Puppet Project homepage: http://projects.puppetlabs.com/ Click here to go to the main lis

[Puppet Users] Have An Issue To Report, But Can't Figure Out How

2014-01-13 Thread Paul Nickerson
I have an issue to report in the Puppet Community Package Repository, but I don't how to do so. The Puppet Labs issue tracker and project directory home page says "After choosing a project, use

[Puppet Users] Re: Disable A Windows Service Only If It Exists

2013-06-14 Thread Paul Nickerson
ot;, require => Exec["stop_${title}"], } } In a manifest: disable_services { ["CVSNT", "CVSNT Locking Service", "CVS", "CVSLock"]: } On Thursday, April 11, 2013 11:45:52 AM UTC-4, Paul Nickerson wrote: > > I am wondering wh

[Puppet Users] Disable A Windows Service Only If It Exists

2013-04-11 Thread Paul Nickerson
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 =