rsyslog: add stop action after dhcp log
This commit is contained in:
parent
abc3df60e4
commit
19529f1659
|
@ -222,7 +222,8 @@ class ff_gw::dhcpd($gw_ipv4, $dhcprange_start, $dhcprange_end) {
|
||||||
'/etc/rsyslog.d/dhcpd.conf':
|
'/etc/rsyslog.d/dhcpd.conf':
|
||||||
ensure => file,
|
ensure => file,
|
||||||
notify => Service['rsyslog'],
|
notify => Service['rsyslog'],
|
||||||
content => 'local7.warn /var/log/dhcpd.log';
|
content => 'local7.warn /var/log/dhcpd.log
|
||||||
|
& ~';
|
||||||
'/etc/default/isc-dhcpd':
|
'/etc/default/isc-dhcpd':
|
||||||
ensure => file,
|
ensure => file,
|
||||||
content => '# managed by puppet
|
content => '# managed by puppet
|
||||||
|
|
Loading…
Reference in a new issue