comparison 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
comparison
equal deleted inserted replaced
184:ab82c65dcb28 185:78dc899775b7
270 file { '/etc/logwatch/scripts/shared/': 270 file { '/etc/logwatch/scripts/shared/':
271 ensure => directory, 271 ensure => directory,
272 } 272 }
273 file { '/etc/logwatch/scripts/services/fail2ban': 273 file { '/etc/logwatch/scripts/services/fail2ban':
274 source => 'puppet:///common/logwatch/services-fail2ban', 274 source => 'puppet:///common/logwatch/services-fail2ban',
275 }
276 file { '/etc/logwatch/scripts/services/named':
277 source => 'puppet:///common/logwatch/named',
275 } 278 }
276 file { '/etc/logwatch/scripts/services/http-error': 279 file { '/etc/logwatch/scripts/services/http-error':
277 source => 'puppet:///common/logwatch/http-error', 280 source => 'puppet:///common/logwatch/http-error',
278 } 281 }
279 file { '/etc/logwatch/scripts/services/php': 282 file { '/etc/logwatch/scripts/services/php':