Skip to content

Commit

Permalink
file: Fix heredoc example (#263)
Browse files Browse the repository at this point in the history
* Fix heredoc example

* Update manifests/file.pp

Co-authored-by: Kenyon Ralph <[email protected]>

---------

Co-authored-by: Kenyon Ralph <[email protected]>
  • Loading branch information
deric and kenyon authored Oct 10, 2024
1 parent 76cbfe0 commit 02d6e88
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 02d6e88

Please sign in to comment.