On Monday, November 5, 2012 3:03:57 PM UTC-6, Thomas Biddle wrote:
>
> I just switched from an in-house APT module to the Puppetlabs one thinking 
> that it may solve this, but after looking at the code (And installing to 
> confirm) it did not.
>
> Seeing Puppet be notified of a "change" just when `apt-get update` is run 
> is a bit annoying to me. I was wondering if there was a way to avoid 
> notifying Puppet of a change when an Exec command is run? (Or if there's 
> another way we can run this)
>  
>
TJ
>

ONly way I know of is to use a fake exec (calling /bin/true or /bin/false 
(so it'll raise an error if it does get called) or something like that.) 
and use an only if with the real command (the update).

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/rSh7yc3i0psJ.
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