From f84d4003a0aac3f3dff7ebe3ecd618d69f34d64f Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 3 Jan 2015 21:09:01 +0100 Subject: [PATCH] this is not called line --- manifests/instance.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/instance.pp b/manifests/instance.pp index cfc9fb9..1b8fed8 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -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],