Skip to content

Commit

Permalink
Fix a syntax error.
Browse files Browse the repository at this point in the history
Normally puppet allows "," at the end of a line. But not in this case.

Odd. Filed bug as #14423.
  • Loading branch information
akumria committed May 11, 2012
1 parent 5c4cb4d commit 241daca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$service = $nullmailer::params::service,
$manage_etc_mailname = $nullmailer::params::manage_etc_mailname,
$adminaddr = "root@$::domain",
$remoterelay = "smtp.$::domain",
$remoterelay = "smtp.$::domain"

) inherits nullmailer::params {

Expand Down

0 comments on commit 241daca

Please sign in to comment.