Skip to content

Commit

Permalink
Merge pull request #50 from strangeman/patch-1
Browse files Browse the repository at this point in the history
Fix 'Usage' section in dns::acl
  • Loading branch information
solarkennedy committed May 4, 2014
2 parents 05f4e84 + 9f56ed9 commit ae3305c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/acl.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# dns::acl { 'trusted':
# ensure => present,
# data => [ 10.0.0.0/8, 172.16.2.0/24, ]
# data => [ '10.0.0.0/8', '172.16.2.0/24', ]
# }
#
define dns::acl (
Expand Down

0 comments on commit ae3305c

Please sign in to comment.