forgot to rename variable
This commit is contained in:
parent
84f2b50a38
commit
b77e527343
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# $name => Name of network=ring
|
||||
define tinc::vpn::conf (
|
||||
$ensure = present,
|
||||
$connectTo = 'absent'
|
||||
$connect_to = 'absent'
|
||||
){
|
||||
|
||||
file { "/etc/tinc/${name}/tinc.conf":
|
||||
|
|
Loading…
Reference in a new issue