Skip to content

Commit

Permalink
[puppetsync] Support simp-iptables 7.x (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
silug authored Sep 16, 2024
1 parent 862afb9 commit 7bc5d83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Fri Sep 13 2024 Steven Pritchard <steve@sicura.us> - 1.1.0
- [puppetsync] Update module dependencies to support simp-iptables 7.x

* Tue Feb 06 2024 Mike Riddle <mike@sicura.us> - 1.0.0
- Stopped controlling /etc/security/opasswd through this module in favor of the SIMP PAM module

Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-useradd",
"version": "1.0.0",
"version": "1.1.0",
"author": "SIMP Team",
"summary": "A SIMP puppet module for managing settings regarding users and user creation",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
{
"name": "puppet/systemd",
"version_requirement": ">= 4.0.2 < 7.0.0"
"version_requirement": ">= 4.0.2 < 8.0.0"
}
],
"operatingsystem_support": [
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def set_hieradata(hieradata)
c.mock_with :rspec

c.module_path = File.join(fixture_path, 'modules')
c.manifest_dir = File.join(fixture_path, 'manifests') if c.respond_to?(:manifest_dir)

c.hiera_config = File.join(fixture_path, 'hieradata', 'hiera.yaml')

Expand Down

0 comments on commit 7bc5d83

Please sign in to comment.