Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / spec / unit @ 194e05d5

# Date Auteur Commentaire
232c1364 2022-03-08 02:08 Steve Traylen

Migrate from deprecated mocha

c82b960a 2021-12-16 08:55 Steve Traylen

rubocop:auto_correct results

032387dc 2021-03-23 02:59 Steve Traylen

Add nftables.version to structured fact.

```
FACTERLIB=. facter -p nftables {
tables => [
"bridge-filter",
"bridge-nat",
"inet-firewalld",
"ip-firewalld",
"ip6-firewalld"
],
version => "0.9.3"
}
```

7e5b657a 2020-12-08 11:49 Steve Traylen

rubocop:auto_correct fixes

03d9e7da 2020-12-01 03:09 Steve Traylen

New parameter noflush_tables to selectivly skip flush

Introduces a new structured fact nftables

```yaml
nftables:
tables:
- inet-filter
- ip-nat
- ip6-nat
- inet-f2b-table
```

By default the nft script will continue to contain `nft flush ruleset`...