-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(maint) Pinning puppetlabs/firewall to 3.6.0
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
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |