fix tinc startup

This commit is contained in:
Martin Schütte 2014-05-19 21:53:04 +02:00
parent 538c66f31e
commit cffe0d4f10

View file

@ -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');