From cffe0d4f1056963de4097227377526eafc998a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Sch=C3=BCtte?= Date: Mon, 19 May 2014 21:53:04 +0200 Subject: [PATCH] fix tinc startup --- manifests/init.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index ba34933..e5c7972 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -486,6 +486,11 @@ class ff_gw::tinc($tinc_name, $tinc_keyfile = '/etc/tinc/rsa_key.priv', $ic_vpn_ } -> file { + '/etc/tinc/nets.boot': + ensure => file, + content => '# all tinc networks -- managed by puppet +icvpn +'; '/etc/tinc/icvpn/tinc.conf': ensure => file, content => template('ff_gw/etc/tinc/icvpn/tinc.conf.erb');