Révision 2063deaf
Fix typos in initial reference examples
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