Displaying 1 result from an estimated 1 matches for "typesrv".
Did you mean:
types
2012 Dec 26
2
problem with restart a service when a file changes
...nge that i written in the archive (*
/etc/puppet//modules/spam_rule/99_rules.cf*) is applied to puppet agent the
problem is only refresh (restart) to resource.
My class is "spam_rule" (/etc/puppet/modules/spam_rule/manifests/init.pp)
*
*
[..............]*
*
*class spam_rule {*
*
*
*if $TypeSrv == "zimbra" {*
*
*
*# global perms*
*File {*
* owner => zimbra,*
* group => zimbra,*
* mode => 644,*
*}*
*
*
*# create rule archive*
*file { "/opt/zimbra/conf/spamassassin/99_rule.cf":*
* ensure => file,*
* source => "puppet:///modules/spam_rule/99_...