this require is nonsense -> dep cycle

This commit is contained in:
mh 2015-01-03 21:16:39 +01:00
parent f84d4003a0
commit 1f8a01acf5

View file

@ -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],
}
}