Displaying 1 result from an estimated 1 matches for "access_client".
Did you mean:
accept_client
2007 Jun 02
6
exec subscribe refresh not working
...t 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"];
"/usr/sbin/postmap /etc/postfix/checks/access_client":
refreshonly => true,
subscribe => File["/etc/postfix/checks/access_client"];
}
file {
"/etc/postfix/checks/access":
source => "$fileserver/postfix/checks/access",
mode=> 0600, owner => root, group => root;
&qu...