this is not called line

This commit is contained in:
mh 2015-01-03 21:09:01 +01:00
parent bb4c08b12e
commit f84d4003a0

View file

@ -52,7 +52,7 @@ define tinc::instance(
# only relevant for non-systemd systems
concat::fragment{"tinc_net_${name}":
ensure => $boot_ensure,
line => "${name}\n",
content => "${name}\n",
target => '/etc/tinc/nets.boot',
require => File['/etc/tinc/nets.boot'],
notify => Service[$service_name],