Kenneth Holter wrote:

> I thought that the "notify" line would make sure that the syslog service
> would restart upon changes to the config file, but apparently it isn't
> so. Anyone got any suggestions on how to implement this?

You should check the line definition, the notify parameter can be ignored.

In this case, you can refactor your line definition to "propagate" the
notify parameter. Something like :

  define line(..., notify => []) {
    ...
      exec {
        ...
        notify => $notify
      }
    ...
  }

Like Paul said, replacing line by augeas is a good way too :) But you
need a recent puppet release.

Regards,
-- 
Alban Peignier - alban.peign...@free.fr
http://people.tryphon.org/~alban

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
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