Skip to content

Commit

Permalink
Make firewall purge all rules again
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Dec 12, 2024
1 parent 1e8171e commit 211626f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/profile/manifests/firewall.pp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
}

Package <| tag == firewall |> -> Firewall <||>
resources { 'firewall':
purge => true,
}

class {['profile::firewall::pre', 'profile::firewall::post']: }

firewall { '004 accept all from local network':
Expand Down

0 comments on commit 211626f

Please sign in to comment.