Skip to content

Commit

Permalink
(#40) Moved the common.yaml to a spot where it will get read (#41)
Browse files Browse the repository at this point in the history
Fixes #40
  • Loading branch information
michael-riddle authored Aug 14, 2023
1 parent 2a317ac commit 5c05c5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* Mon Aug 14 2023 Mike Riddle <[email protected]> - 0.4.2
- Moved the common.yaml to the top level data directory so it will actually be read

* Mon Aug 07 2023 Mike Riddle <[email protected]> - 0.4.1
- Allow the simp_firewalld class to take in rules via hieradata

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-simp_firewalld",
"version": "0.4.1",
"version": "0.4.2",
"author": "SIMP Team",
"summary": "SIMP-oriented firewalld management",
"license": "Apache-2.0",
Expand Down
1 change: 0 additions & 1 deletion spec/fixtures/hieradata/default.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
# SIMP infrastructure settings
simp_firewalld::rules: {}
simp_options::trusted_nets: ['192.168.122.0/24']

compliance_markup::validate_profiles:
Expand Down

0 comments on commit 5c05c5d

Please sign in to comment.