Hi all,

I have created a squid class that also installs squidGuard.  When I
run puppetd I always get

notice: //Node[xxxx.xxxxxx.xxx]/squid/squid::install/
Package[squidGuard]/ensure: ensure changed 'purged' to 'present'

even though the package is already installed - why is this change in
package status happening as it then triggers my exec resource which is
only supposed to run the first time when squidguard is installed
(thereafter it is run as a cron job).  So at the moment it is
triggered every time puppetd is run

exec { "/usr/local/bin/getblacklist.sh":
        subscribe => Package["squidGuard"],
        refreshonly => true
        }


Regards

Tim





-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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