[Puppet Users] Ensure a package is newer than version X

2011-05-17 Thread Calum
package { sudo: ensure = =1.7.1, } Am I right? Is there another way of doing this? Calum PS. It would obviously be preferable to test and specify a single version, but we are applying puppet to a large number of existing systems, and as such, we can't be sure what's out there, so

Re: [Puppet Users] Re: Ensure a package is newer than version X

2011-05-17 Thread Calum
. package { sudo-min-version:    ensure = 1.7.1 } That is probably the way we'll go for it. Many thanks for the idea. Calum -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com

Re: [Puppet Users] Sending an email if an action happens

2011-05-12 Thread Calum
On 12 May 2011 11:13, Silviu Paragina sil...@paragina.ro wrote: You almost gave yourself the answer. :) Check the refreshonly parameter for the exec type ;) Perfect. Just what I wanted. The reporting looked too much for what we wanted, for now, anyway. Many thanks. -- You received this

[Puppet Users] Sending an email if an action happens

2011-05-11 Thread Calum
and 5.5 Calum -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit

Re: [Puppet Users] Sending an email if an action happens

2011-05-11 Thread Calum
On 11 May 2011 15:49, Ohad Levy ohadl...@gmail.com wrote: You can use tagmail report, or use something like foreman to do it for you. Ohad Thanks - I'll look into those. I was more meaning something like: file { /etc/ntp.conf: owner = root, group = root,