From ca93006887e9f84a6ec49681a8079446cd8474b5 Mon Sep 17 00:00:00 2001 From: "Steffen L. Norgren" Date: Tue, 23 Oct 2012 19:48:02 -0700 Subject: [PATCH] Leftover puppet lint ensure_first_param:WARNING:ensure found on line but it's not the first attribute --- manifests/zone.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/zone.pp b/manifests/zone.pp index f84479ff..d1e76a86 100644 --- a/manifests/zone.pp +++ b/manifests/zone.pp @@ -48,9 +48,9 @@ # Include Zone in named.conf.local concat::fragment{"named.conf.local.${name}.include": + ensure => $ensure, target => '/etc/bind/named.conf.local', order => 2, - ensure => $ensure, content => template("${module_name}/zone.erb") }