Skip to content

Commit

Permalink
fix ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 21, 2024
1 parent cb90a1e commit f134ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/firewall.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
proto => 'icmp',
jump => 'accept',
}
firewall { '001 accept all to lo interface':
-> firewall { '001 accept all to lo interface':
proto => 'all',
iniface => 'lo',
jump => 'accept',
Expand Down

0 comments on commit f134ee0

Please sign in to comment.