remove unnecessary fragment
This commit is contained in:
parent
ad0c61388d
commit
cdd8320661
1 changed files with 0 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue