Skip to content

Commit

Permalink
(maint) Pinning puppetlabs/firewall to 3.6.0
Browse files Browse the repository at this point in the history
The pam_firewall module currently uses structures that are removed from
newer versions of the firewall module.  Unfortunately,
puppetlabs/puppetlabs-firewall#1170 prevents
us from moving directly to the latest.  Until that is resolved, this
commit pins to a known working version of the module.
  • Loading branch information
abottchen committed Oct 15, 2024
1 parent e3237c5 commit b2608ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
fixtures:
forge_modules:
stdlib: "puppetlabs/stdlib"
firewall: "puppetlabs/firewall"
firewall:
repo: "puppetlabs/firewall"
ref: "3.6.0"
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# The following directive installs modules to the managed moduledir.
moduledir '.modules'

mod 'puppetlabs/firewall', '3.1.0'
mod 'puppetlabs/firewall', '3.6.0'
mod 'puppetlabs/stdlib', '7.1.0'
3 changes: 2 additions & 1 deletion bolt-project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: pam_firewall
modules:
- puppetlabs/firewall
- name: puppetlabs/firewall
version_requirement: '3.6.0'

0 comments on commit b2608ca

Please sign in to comment.