From 02d6e88a43c02732259f32cdfd2ce3f31304547b Mon Sep 17 00:00:00 2001 From: Tomas Barton Date: Thu, 10 Oct 2024 23:55:47 +0200 Subject: [PATCH] file: Fix heredoc example (#263) * Fix heredoc example * Update manifests/file.pp Co-authored-by: Kenyon Ralph --------- Co-authored-by: Kenyon Ralph --- manifests/file.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/file.pp b/manifests/file.pp index 66c926f6..0ef16f2a 100644 --- a/manifests/file.pp +++ b/manifests/file.pp @@ -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.