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

  

Formats disponibles : Unified diff