Projet

Général

Profil

Révision 2063deaf

ID2063deaff203180b906f01f4193aa7bbf0375888
Parent cc892515
Enfant aa90278c

Ajouté par hashworks il y a environ 3 ans

Fix typos in initial reference examples

Voir les différences:

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