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

Fixes #880 - (MODULES-1391) Correct Ubuntu Trusty mod_prefork package name #1041

Merged
merged 2 commits into from
Feb 26, 2015

Conversation

underscorgan
Copy link
Contributor

(MODULES-1391) Correct Ubuntu Trusty mod_prefork package name

This module calls apache2-prefork-dev as the package
name for the mod_prefork module for all Debian-flavored Linuxes. However
Ubuntu 14.04 changes this to apache2-dev and makes apache2-prefork-dev
an alias.

The result is that calling this resource, even with the package
installed, always results in a package changed purged to present
message, as it's scanning dpkg for apache2-prefork-dev, finding the
package missing, and then installing the alias via apt.

eshamow and others added 2 commits February 25, 2015 16:38
This module calls apache2-prefork-dev as the package
name for the mod_prefork module for all Debian-flavored Linuxes. However
Ubuntu 14.04 changes this to apache2-dev and makes apache2-prefork-dev
an alias.

The result is that calling this resource, even with the package
installed, always results in a package changed purged to present
message, as it's scanning dpkg for apache2-prefork-dev, finding the
package missing, and then installing the alias via apt.
underscorgan pushed a commit that referenced this pull request Feb 26, 2015
Fixes #880 - (MODULES-1391) Correct Ubuntu Trusty mod_prefork package name
@underscorgan underscorgan merged commit ad46f85 into puppetlabs:master Feb 26, 2015
@underscorgan underscorgan deleted the fixup_880 branch February 26, 2015 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants