Skip to content

Commit b9ac426

Browse files
committed
Update language, remove metadata changes
1 parent b59f8bc commit b9ac426

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ This module was migrated from James Fryman <[email protected]> to Vox Pupuli.
1111

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

14-
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.
15-
While it is likely to work with these products for now, Vox Pupuli makes no guarantee this module will continue to work.
16-
We recommend migrating to [OpenVox](https://voxpupuli.org/openvox/) when possible.
14+
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.
15+
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).
16+
We also recommend migrating to [OpenVox](https://voxpupuli.org/openvox/) when possible.
1717

1818
## INSTALLING OR UPGRADING
1919

metadata.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-nginx",
3-
"version": "7.0.1-rc0",
3+
"version": "7.0.2-rc0",
44
"author": "Vox Pupuli",
55
"summary": "Puppet NGINX management module",
66
"license": "MIT",
@@ -18,6 +18,10 @@
1818
}
1919
],
2020
"requirements": [
21+
{
22+
"name": "puppet",
23+
"version_requirement": ">= 7.0.0 < 9.0.0"
24+
},
2125
{
2226
"name": "openvox",
2327
"version_requirement": ">= 7.0.0 < 9.0.0"
@@ -93,7 +97,8 @@
9397
"operatingsystem": "Ubuntu",
9498
"operatingsystemrelease": [
9599
"20.04",
96-
"22.04"
100+
"22.04",
101+
"24.04"
97102
]
98103
}
99104
]

0 commit comments

Comments
 (0)