this is not called line
This commit is contained in:
parent
bb4c08b12e
commit
f84d4003a0
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue