Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Jun 11, 2024
1 parent 0173272 commit b555054
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/firewall.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
assert_private()

firewall { '500 allow Jenkins inbound traffic':
jump => 'accept',
state => 'NEW',
dport => [jenkins_port()],
proto => 'tcp',
jump => 'accept',
state => 'NEW',
dport => [jenkins_port()],
proto => 'tcp',
}
}

0 comments on commit b555054

Please sign in to comment.