Révision b61ccb4a
Fix rulename spec in spec
spec/classes/rules/docker_ce_spec.rb | ||
---|---|---|
57 | 57 |
} |
58 | 58 |
it { |
59 | 59 |
is_expected.to contain_nftables__rule('OUTPUT-jump_docker@ip-nat').with( |
60 |
rule_name: 'OUTPUT-jump_docker',
|
|
60 |
rulename: 'OUTPUT-jump_docker', |
|
61 | 61 |
content: 'ip daddr != 127.0.0.0/8 fib daddr type local counter jump DOCKER', |
62 | 62 |
table: 'ip-nat', |
63 | 63 |
) |
Formats disponibles : Unified diff