From 979e1527464455a75b9aff1ae9af57ac1e4f6adf Mon Sep 17 00:00:00 2001 From: nmburgan <13688219+nmburgan@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:34:16 -0700 Subject: [PATCH 1/3] Update README and metadata --- README.md | 4 ++++ metadata.json | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eb9001a4a..848892ad8 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ This module was migrated from James Fryman 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. diff --git a/metadata.json b/metadata.json index 0a57cfaa0..0ce17ed5a 100644 --- a/metadata.json +++ b/metadata.json @@ -18,10 +18,6 @@ } ], "requirements": [ - { - "name": "puppet", - "version_requirement": ">= 7.0.0 < 9.0.0" - }, { "name": "openvox", "version_requirement": ">= 7.0.0 < 9.0.0" From a1a6857d8be5754518798403aceca26ca4828113 Mon Sep 17 00:00:00 2001 From: Nick Burgan <13688219+nmburgan@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:46:16 -0700 Subject: [PATCH 2/3] Add line breaks Co-authored-by: Kenyon Ralph --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 848892ad8..ff93edef3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ This module was migrated from James Fryman 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. +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 From a2147cbefbd7acf4fb090e2b290dd5a5b318e0a6 Mon Sep 17 00:00:00 2001 From: nmburgan <13688219+nmburgan@users.noreply.github.com> Date: Wed, 16 Jul 2025 14:00:19 -0700 Subject: [PATCH 3/3] Update language, remove metadata changes --- README.md | 8 ++++---- metadata.json | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff93edef3..8fd5fe38f 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ This module was migrated from James Fryman to Vox Pupuli. -## WARNING: This module is no longer supported for Puppet Enterprise or Puppet Core +## WARNING: This module is no longer tested on 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. +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 can no longer verify functionality of Vox Pupuli modules with Puppet Core or Puppet Enterprise. +Before using this module with Puppet Core or Puppet Enterprise, we suggest [testing it yourself](https://www.puppet.com/docs/pdk/latest/pdk_testing.html). +We also recommend migrating to [OpenVox](https://voxpupuli.org/openvox/) when possible. ## INSTALLING OR UPGRADING diff --git a/metadata.json b/metadata.json index 0ce17ed5a..0a57cfaa0 100644 --- a/metadata.json +++ b/metadata.json @@ -18,6 +18,10 @@ } ], "requirements": [ + { + "name": "puppet", + "version_requirement": ">= 7.0.0 < 9.0.0" + }, { "name": "openvox", "version_requirement": ">= 7.0.0 < 9.0.0"