Graylog2 / puppet-graylog

Install and configure a Graylog system via Puppet
Apache License 2.0
8 stars 29 forks source link

Notify graylog service if /etc/graylog/server/server.conf has been modified. #2

Closed jurim76 closed 7 years ago

jurim76 commented 8 years ago

Add "notify => Service['graylog-server']" option for file { '/etc/graylog/server/server.conf' resource in server.pp

mhutter commented 8 years ago

This is already implemented in https://github.com/Graylog2/puppet-graylog/blob/master/manifests/server.pp#L56

bernd commented 7 years ago

Closing this because the service is already notified.