remove unnecessary fragment

This commit is contained in:
mh 2015-01-03 21:50:01 +01:00
parent ad0c61388d
commit cdd8320661

View file

@ -65,13 +65,6 @@ define tinc::instance(
mode => '0600';
}
concat::fragment{"${fqdn_tinc}_for_${name}":
ensure => $ensure,
target => "/etc/tinc/${name}/tinc.conf",
content => "${fqdn_tinc}\n",
tag => "tinc_vpn_${name}"
}
if $ensure == 'present' {
File["/etc/tinc/${name}"]{
ensure => directory,