Skip to content

Commit

Permalink
Leftover puppet lint
Browse files Browse the repository at this point in the history
ensure_first_param:WARNING:ensure found on line but it's not the first
attribute
  • Loading branch information
Steffen L. Norgren authored and ajjahn committed Oct 24, 2012
1 parent 593ec20 commit ca93006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/zone.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down

0 comments on commit ca93006

Please sign in to comment.