add a missing parameter
This commit is contained in:
parent
4e22ae9781
commit
57b93c0883
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
#
|
||||
define tinc::host(
|
||||
$public_key,
|
||||
$address,
|
||||
$ensure = present,
|
||||
$port = 655,
|
||||
$compression = 10,
|
||||
|
|
Loading…
Reference in a new issue