Skip to content

Commit

Permalink
Merge pull request #10 from drdla/patch-3
Browse files Browse the repository at this point in the history
Fixed typo (missing , at end of line)
  • Loading branch information
jfryman committed Aug 28, 2012
2 parents 721fb2f + 435f3a3 commit afa8586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/package/redhat.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
$os_type = downcase($::operatingsystem)

yumrepo { "nginx-release":
baseurl => "http://nginx.org/packages/${os_type}/${::lsbmajdistrelease}/$basearch/"
baseurl => "http://nginx.org/packages/${os_type}/${::lsbmajdistrelease}/$basearch/",
descr => 'nginx repo',
enabled => '1',
gpgcheck => '0',
Expand Down

0 comments on commit afa8586

Please sign in to comment.