ccin2p3 / puppet-patterndb

Puppet module for handling syslog-ng patterndb
Other
0 stars 3 forks source link

Add missing ordering relationships #10

Open theosotr opened 5 years ago

theosotr commented 5 years ago

This pull request adds missing ordering relationships between Package['syslog-ng'] and its associated files.

Without those missing ordering relationships, the code is unstable because configuration should always be applied after installation of the package.

faxm0dem commented 5 years ago

thanks for this patch, but I want to minimize package handling anyway : there is the syslog_ng module for that. I will probably require that module at some point. Your patch fails when disabling package management also.