From 512864bec6050d896d87730ac50cbec730c9ddf1 Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 3 Jan 2015 20:56:11 +0100 Subject: [PATCH] typo --- manifests/instance.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/instance.pp b/manifests/instance.pp index c264d80..8575259 100644 --- a/manifests/instance.pp +++ b/manifests/instance.pp @@ -66,7 +66,7 @@ define tinc::instance( mode => '0600'; } - concat::fragemt{"${fqdn_tinc}_for_${name}": + concat::fragment{"${fqdn_tinc}_for_${name}": ensure => $ensure, target => "/etc/tinc/${name}/tinc.conf", content => "${fqdn_tinc}\n",