From 1f8a01acf5fa6e96b2878bea2c8e09341e5f9f75 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 3 Jan 2015 21:16:39 +0100 Subject: [PATCH] this require is nonsense -> dep cycle --- manifests/instance.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/instance.pp b/manifests/instance.pp index 1b8fed8..7fc2e8d 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -54,7 +54,6 @@ define tinc::instance( ensure => $boot_ensure, content => "${name}\n", target => '/etc/tinc/nets.boot', - require => File['/etc/tinc/nets.boot'], notify => Service[$service_name], } }