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 mod_proxy_html on FreeBSD #2355

Merged
merged 1 commit into from
Dec 12, 2022
Merged

Conversation

fraenki
Copy link
Contributor

@fraenki fraenki commented Dec 11, 2022

Previously trying to activate mod_proxy_html on FreeBSD resulted in the following error:

Error: /Stage[main]/Apache::Mod::Proxy_html/Apache::Mod[proxy_html]/Package[www/mod_proxy_html]/ensure: change from 'absent' to 'present' failed:
  Execution of '/usr/local/sbin/pkg install -qy www/mod_proxy_html' returned 1:
  pkg: No packages available to install matching 'www/mod_proxy_html' have been found in the repositories

The module files are already included in the base Apache port/package, the separate port was EOLed in 2018:
https://www.freshports.org/www/mod_proxy_html

@fraenki fraenki requested a review from a team as a code owner December 11, 2022 22:10
@puppet-community-rangefinder
Copy link

apache::params is a class

Breaking changes to this file WILL impact these 7 modules (exact match):
Breaking changes to this file MAY impact these 4 modules (near match):

This module is declared in 176 of 580 indexed public Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

Copy link
Collaborator

@ekohl ekohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spec test failures are related.

@ekohl ekohl added the bugfix label Dec 11, 2022
The files are already included in the base port/package, the separate
port was EOLed in 2018:
https://www.freshports.org/www/mod_proxy_html
@fraenki
Copy link
Contributor Author

fraenki commented Dec 11, 2022

Fixed :)

Copy link
Collaborator

@ekohl ekohl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@david22swan david22swan merged commit e836d56 into puppetlabs:main Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants