Skip to content

Commit

Permalink
Merge pull request voxpupuli#595 from 3flex/correct-package-dependency
Browse files Browse the repository at this point in the history
package/redhat: correct dependency on package
  • Loading branch information
jfryman committed Apr 8, 2015
2 parents 69e5e1a + cb54f5b commit e69d330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/package/redhat.pp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
gpgcheck => '1',
priority => '1',
gpgkey => 'http://nginx.org/keys/nginx_signing.key',
before => Package[$package_name],
before => Package['nginx'],
}
}
'nginx-mainline': {
Expand All @@ -50,7 +50,7 @@
gpgcheck => '1',
priority => '1',
gpgkey => 'http://nginx.org/keys/nginx_signing.key',
before => Package[$package_name],
before => Package['nginx'],
}
}
default: {
Expand Down

0 comments on commit e69d330

Please sign in to comment.