Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RHEL installation support #158

Merged
merged 1 commit into from
Oct 16, 2013
Merged

Fix RHEL installation support #158

merged 1 commit into from
Oct 16, 2013

Conversation

miguno
Copy link

@miguno miguno commented Oct 16, 2013

The commit 7ea6b57 broke RHEL support by introducing the parameters package_name and package_source in package.pp but those parameters are not supported in package/redhat.pp.

This pull request fixes the problem and also consolidates redhat.pp to match the style of debian.pp. This includes replacing the $redhat_packages parameter (a list of packages) with simply $package_name. Checking the latest nginx in EPEL for RHEL6 all related packages with the exception of libXpm are already specified as dependencies in the nginx RPM. I haven't found out why libXpm was listed in $redhat_packages in the first place.

jfryman pushed a commit that referenced this pull request Oct 16, 2013
Fix RHEL installation support
@jfryman jfryman merged commit a2083e4 into voxpupuli:master Oct 16, 2013
jfryman pushed a commit that referenced this pull request Oct 25, 2013
cegeka-jenkins pushed a commit to cegeka/puppet-nginx that referenced this pull request Oct 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants