Re: [Puppet Users] Re: extending puppet without hacking puppet

2011-05-12 Thread Nan Liu
On Thu, May 12, 2011 at 3:06 AM, Felix Frank wrote: > On 05/11/2011 01:50 AM, John Lyman wrote: >> You can set "noop => true" in the package resource and puppet won't >> actually change it, just log that it wants to change it. >> >> package { "httpd": >>   name    => "httpd", >>   ensure  => "late

Re: [Puppet Users] Re: extending puppet without hacking puppet

2011-05-12 Thread Felix Frank
On 05/11/2011 01:50 AM, John Lyman wrote: > You can set "noop => true" in the package resource and puppet won't > actually change it, just log that it wants to change it. > > package { "httpd": > name=> "httpd", > ensure => "latest", > noop => true, > } Yes, but this will still not ins