Displaying 1 result from an estimated 1 matches for "6t2qwlsydsk1y2ieyplynwq".
2007 Jun 02
6
exec subscribe refresh not working
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I''m trying to figure out why exec{} which subscribes to a file, doesn''t
get triggered when the file is touched by puppet. I''ve got the following:
exec {
"/usr/sbin/postmap /etc/postfix/checks/access":
refreshonly => true,
subscribe => File["/etc/postfix/checks/access"];