From 09d2fe4a784f0fbd9684a3446aac90c33e5101e8 Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Mon, 3 Sep 2012 14:25:08 -0500 Subject: [PATCH] Fix syntax --- manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index c54c667..2dc1906 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -15,9 +15,9 @@ class bind ( } concat { [ - "${bind::params::confdir}/acls.conf" - "${bind::params::confdir}/views.conf" - "${bind::params::confdir}/zones.conf" + "${bind::params::confdir}/acls.conf", + "${bind::params::confdir}/views.conf", + "${bind::params::confdir}/zones.conf", ]: owner => $bind::params::bind_user, group => $bind::params::bind_group,