Skip to content
Snippets Groups Projects
Unverified Commit c1c653e2 authored by Max Adamo's avatar Max Adamo
Browse files

remove debug message

parent 76a7d071
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,6 @@ class fw_builder::chains (
assert_private()
$test = $fw_builder::ip_proto_array
echo { "test ${test}":; }
$fw_builder::ip_proto_array.each | String $provider | {
$trusted_net = $provider ? {
'iptables' => 'trusted_networks_v4',
......
......@@ -19,7 +19,6 @@ class fw_builder::docker {
assert_private()
firewallchain { ['INPUT:filter:IPv4', 'OUTPUT:filter:IPv4']:
purge => true,
ignore => ['docker', 'br-', 'cali-', 'KUBE'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment