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:

REFERENCE.md
105 105
##### allow dns out and do not allow ntp out
106 106

  
107 107
```puppet
108
class{'nftables:
109
  out_ntp = false,
110
  out_dns = true,
108
class{ 'nftables':
109
  out_ntp => false,
110
  out_dns => true,
111 111
}
112 112
```
113 113

  
114 114
##### do not flush particular tables, fail2ban in this case
115 115

  
116 116
```puppet
117
class{'nftables':
118
  noflush_tables = ['inet-f2b-table'],
117
class{ 'nftables':
118
  noflush_tables => ['inet-f2b-table'],
119 119
}
120 120
```
121 121

  
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