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 install the package when its missing
altogether.

-- 
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 this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to