Merge pull request #10 from drdla/patch-3
Fixed typo (missing , at end of line)
This commit is contained in:
commit
afa8586e73
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class nginx::package::redhat {
|
||||||
$os_type = downcase($::operatingsystem)
|
$os_type = downcase($::operatingsystem)
|
||||||
|
|
||||||
yumrepo { "nginx-release":
|
yumrepo { "nginx-release":
|
||||||
baseurl => "http://nginx.org/packages/${os_type}/${::lsbmajdistrelease}/$basearch/"
|
baseurl => "http://nginx.org/packages/${os_type}/${::lsbmajdistrelease}/$basearch/",
|
||||||
descr => 'nginx repo',
|
descr => 'nginx repo',
|
||||||
enabled => '1',
|
enabled => '1',
|
||||||
gpgcheck => '0',
|
gpgcheck => '0',
|
||||||
|
|
Loading…
Reference in a new issue