Révision fcb1d356
Auto fill simple table configuration
spec/classes/ip_nat_spec.rb | ||
---|---|---|
30 | 30 |
it { |
31 | 31 |
is_expected.to contain_concat__fragment('nftables-ip-nat-body').with( |
32 | 32 |
target: 'nftables-ip-nat', |
33 |
content: %r{^\s+include "ip-nat-chain-\*\.nft"$}, |
|
33 | 34 |
order: '98', |
34 | 35 |
) |
35 | 36 |
} |
... | ... | |
63 | 64 |
it { |
64 | 65 |
is_expected.to contain_concat__fragment('nftables-ip6-nat-body').with( |
65 | 66 |
target: 'nftables-ip6-nat', |
67 |
content: %r{^\s+include "ip6-nat-chain-\*\.nft"$}, |
|
66 | 68 |
order: '98', |
67 | 69 |
) |
68 | 70 |
} |
Formats disponibles : Unified diff