Révision 2063deaf
Fix typos in initial reference examples
manifests/init.pp | ||
---|---|---|
1 | 1 |
# @summary Configure nftables |
2 | 2 |
# |
3 | 3 |
# @example allow dns out and do not allow ntp out |
4 |
# class{'nftables:
|
|
5 |
# out_ntp = false, |
|
6 |
# out_dns = true, |
|
4 |
# class{ 'nftables':
|
|
5 |
# out_ntp => false,
|
|
6 |
# out_dns => true,
|
|
7 | 7 |
# } |
8 | 8 |
# |
9 | 9 |
# @example do not flush particular tables, fail2ban in this case |
10 |
# class{'nftables': |
|
11 |
# noflush_tables = ['inet-f2b-table'], |
|
10 |
# class{ 'nftables':
|
|
11 |
# noflush_tables => ['inet-f2b-table'],
|
|
12 | 12 |
# } |
13 | 13 |
# |
14 | 14 |
# @param out_all |
Formats disponibles : Unified diff