Merge pull request #595 from 3flex/correct-package-dependency
package/redhat: correct dependency on package
This commit is contained in:
commit
0a741c8713
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ class nginx::package::redhat (
|
|||
gpgcheck => '1',
|
||||
priority => '1',
|
||||
gpgkey => 'http://nginx.org/keys/nginx_signing.key',
|
||||
before => Package[$package_name],
|
||||
before => Package['nginx'],
|
||||
}
|
||||
}
|
||||
'nginx-mainline': {
|
||||
|
@ -50,7 +50,7 @@ class nginx::package::redhat (
|
|||
gpgcheck => '1',
|
||||
priority => '1',
|
||||
gpgkey => 'http://nginx.org/keys/nginx_signing.key',
|
||||
before => Package[$package_name],
|
||||
before => Package['nginx'],
|
||||
}
|
||||
}
|
||||
default: {
|
||||
|
|
Loading…
Reference in a new issue