typo
This commit is contained in:
parent
b0bb6e6ba2
commit
5786d57a9c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ define tinc::vpn_net::host(
|
|||
$source_is_prefix = false,
|
||||
$vpn_net
|
||||
){
|
||||
nametinc = regsubst("${name}",'[._-]+','','G')
|
||||
$nametinc = regsubst("${name}",'[._-]+','','G')
|
||||
|
||||
file { "/etc/tinc/${vpn_net}/hosts/${nametinc}":
|
||||
ensure => $ensure,
|
||||
|
|
Loading…
Reference in a new issue