From 57b93c08831560b7be7bf0f9013f1045352de7f5 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 11 Jan 2015 14:42:35 +0100 Subject: [PATCH] add a missing parameter --- manifests/host.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/host.pp b/manifests/host.pp index 264d19c..4021bfe 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -4,6 +4,7 @@ # define tinc::host( $public_key, + $address, $ensure = present, $port = 655, $compression = 10,