Skip to content

Commit

Permalink
Fix heredoc example
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Oct 10, 2024
1 parent 76cbfe0 commit 5f697c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/file.pp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# @summary Insert a file into the nftables configuration
# @example Include a file that includes other files
# nftables::file{'geoip':
# content => @(EOT)
# content => @("EOT"),
# include "/var/local/geoipsets/dbip/nftset/ipv4/*.ipv4"
# include "/var/local/geoipsets/dbip/nftset/ipv6/*.ipv6"
# |EOT,
# |EOT
# }
#
# @param label Unique name to include in filename.
Expand Down

0 comments on commit 5f697c9

Please sign in to comment.