Skip to content

Commit

Permalink
Update puppet-firewall usage
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Dec 2, 2024
1 parent ebf084a commit bf1e8f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions site/profile/manifests/base.pp
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@
chain => 'INPUT',
proto => 'all',
source => profile::getcidr(),
action => 'accept',
jump => 'accept',
tag => 'mc_bootstrap',
}

firewall { '001 drop access to metadata server':
chain => 'OUTPUT',
proto => 'tcp',
destination => '169.254.169.254',
action => 'drop',
jump => 'drop',
uid => '! root',
tag => 'mc_bootstrap',
}
Expand Down
2 changes: 1 addition & 1 deletion site/profile/manifests/reverse_proxy.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
dport => [80, 443],
proto => 'tcp',
source => '0.0.0.0/0',
action => 'accept',
jump => 'accept',
}

yumrepo { 'caddy-copr-repo':
Expand Down

0 comments on commit bf1e8f9

Please sign in to comment.