Mercurial > repos > other > Puppet
diff manifests/templates.pp @ 185:78dc899775b7 puppet-3.6
Add latest Logwatch "named" script to handle DNS log changes
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 14 Dec 2018 20:07:09 +0000 |
parents | 8491f9548a74 |
children | 5e274dfc4b39 |
line wrap: on
line diff
--- a/manifests/templates.pp Fri Dec 14 19:58:09 2018 +0000 +++ b/manifests/templates.pp Fri Dec 14 20:07:09 2018 +0000 @@ -273,6 +273,9 @@ file { '/etc/logwatch/scripts/services/fail2ban': source => 'puppet:///common/logwatch/services-fail2ban', } + file { '/etc/logwatch/scripts/services/named': + source => 'puppet:///common/logwatch/named', + } file { '/etc/logwatch/scripts/services/http-error': source => 'puppet:///common/logwatch/http-error', }