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
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
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,
}
This is especially convenient with tagmail or other reporting.
If possible, making "noop"