Skip to content

Commit

Permalink
fix examples also
Browse files Browse the repository at this point in the history
  • Loading branch information
robertc99 committed Oct 10, 2023
1 parent f6f06fe commit 02b3a31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- [Arrays of sources and destinations](#arrays-of-sources-and-destinations)
- [Array of protocols](#array-of-protocols)
- [Array of ICMP types](#array-of-icmp-types)
- [Array of providers](#array-of-providers)
- [Array of protocols](#array-of-protocols-2)
* [Use with Hiera](#use-with-hiera)
* [The alias lookup](#the-alias-lookup)
6. [Development](#development)
Expand Down
4 changes: 2 additions & 2 deletions examples/init.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# declare a resource
firewall_multi { '00100 accept on port 80':
action => 'accept',
jump => 'accept',
dport => 80,
proto => 'tcp',
source => [
Expand All @@ -15,7 +15,7 @@

# example using dst_range instead.
firewall_multi { '00100 accept on port 80':
action => 'accept',
jump => 'accept',
dport => 80,
proto => 'tcp',
source => [
Expand Down

0 comments on commit 02b3a31

Please sign in to comment.