[Puppet Users] Disable Cron Script using puppet resource

2013-01-26 Thread Corey Osman
How can I disable / enable a cron job using puppet resource cron? Thanks, Corey Osman co...@logicminds.biz Green IT and Data Center Automation Specialist -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and

[Puppet Users] Puppet Support for Windows

2013-01-26 Thread damian . folwell
Hi All, I am currently looking at using PE to provide our config management (and orchestrated deployment via MCollective) for our app stack. It is currently used to manage the Linux OS estate but not yet for Windows. I'd like to use the same tool so that the people who develop and manage apps

Re: [Puppet Users] OS X Lion group membership not updated

2013-01-26 Thread doug
Sorry to revive an old thread, but this seems to be the only other thing I can find on this exact issue I'm having. Nigel - do you have any idea if the fixes have ever made it into a 2.7.x release? I'm using 2.7.20 (as that's what is used in our non-OSX hosts) and still getting this same

Re: [Puppet Users] OS X Lion group membership not updated

2013-01-26 Thread Gary Larizza
Hi Doug, Yep, I did the work on that and it was merged in around 2.7.10, I believe -- http://projects.puppetlabs.com/issues/11293 Can you provide me with what specific error you're getting, the version of OS X you're running, and the versions of Facter/Puppet you're using? On Fri, Jan 25, 2013

[Puppet Users] Announce: Puppet 3.1.0-rc2 Available!

2013-01-26 Thread Matthaus Owens
Puppet 3.1.0-rc2 is a feature release candidate for the 3.x series of Puppet. To see a list of the issues addressed by this release, check out the 3.1.0 version in our issue tracker at: https://projects.puppetlabs.com/versions/288 This is the first minor release in the Puppet 3 series. It

[Puppet Users] Extending a standard type

2013-01-26 Thread Matthew Pounsett
I'm trying to extend the standard 'user' type to add maintenance of some of the contents of a user's home directory, and I'm trying to avoid creating an entirely new custom type if I can. The approach I'm taking is to create a site::user defined type which in turns calls the standard user