Révision 02d6e88a
file: Fix heredoc example (#263)
- Fix heredoc example
- Update manifests/file.pp
Co-authored-by: Kenyon Ralph <kenyon@kenyonralph.com>
Co-authored-by: Kenyon Ralph <kenyon@kenyonralph.com>
manifests/file.pp | ||
---|---|---|
1 | 1 |
# @summary Insert a file into the nftables configuration |
2 | 2 |
# @example Include a file that includes other files |
3 | 3 |
# nftables::file{'geoip': |
4 |
# content => @(EOT) |
|
4 |
# content => @(EOT),
|
|
5 | 5 |
# include "/var/local/geoipsets/dbip/nftset/ipv4/*.ipv4" |
6 | 6 |
# include "/var/local/geoipsets/dbip/nftset/ipv6/*.ipv6" |
7 |
# |EOT,
|
|
7 |
# |EOT |
|
8 | 8 |
# } |
9 | 9 |
# |
10 | 10 |
# @param label Unique name to include in filename. |
Formats disponibles : Unified diff