Skip to content

Commit

Permalink
Merge pull request #7 from zodeus/patch-1
Browse files Browse the repository at this point in the history
Changed single quotes to doubles
  • Loading branch information
ajjahn committed Nov 16, 2012
2 parents ca93006 + b253b01 commit 7c2b21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
ensure => present,
target => '/etc/bind/named.conf.local',
order => 1,
content => '// File managed by Puppet.\n'
content => "// File managed by Puppet.\n"
}

}

0 comments on commit 7c2b21e

Please sign in to comment.