Skip to content

Update README and metadata to remove official PE and Puppet Core support #1639

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@

This module was migrated from James Fryman <[email protected]> to Vox Pupuli.

## WARNING: This module is no longer supported for Puppet Enterprise or Puppet Core

Due to [Puppet and Facter being taken private](https://www.puppet.com/blog/open-source-puppet-updates-2025) and the [inflexibility of the developer EULA](https://voxpupuli.org/blog/2025/05/19/perforce-eula/), we are unable to test Vox Pupuli modules with Puppet Core or Puppet Enterprise.
While it is likely to work with these products for now, Vox Pupuli makes no guarantee this module will continue to work.
We recommend migrating to [OpenVox](https://voxpupuli.org/openvox/) when possible.

## INSTALLING OR UPGRADING

This module manages NGINX configuration.
Expand Down
4 changes: 0 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"name": "puppet-nginx",
"version": "7.0.1-rc0",
Expand All @@ -18,10 +18,6 @@
}
],
"requirements": [
{
Copy link
Author

Choose a reason for hiding this comment

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

This will also remove the forge showing it is supported for PE, as it has an internal table it uses to map Puppet to PE support.

Copy link
Author

Choose a reason for hiding this comment

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

Note to reviewers: I will remove this before merging for now, until we've got the Facter fork ready and we're comfortable removing it.

"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
},
{
"name": "openvox",
"version_requirement": ">= 7.0.0 < 9.0.0"
Expand Down
Loading