From 7468b8ace6298f139a6d9de32268736cb2a4715d Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 3 Jan 2015 22:32:09 +0100 Subject: [PATCH] collect the right exports --- manifests/instance.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/instance.pp b/manifests/instance.pp index de27bd1..bd6b38e 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -120,7 +120,7 @@ define tinc::instance( group => 0, mode => '0600'; } - File<<| tag == "tinc_host_${name}" |>> + File<<| tag == "tinc_host_for_${name}" |>> concat::fragment{"tinc_conf_header_${name}": target => $tinc_config,