Révision fcb79d73
support a different table name for 'nat'
- Some applications (such as libvirt) still use iptables to inject firewall
rules
- iptables will refuse to update tables that were initially created with nft
- This commit allows defining the name of the 'nat' table in order to avoid
namespace conflicts
spec/classes/rules/docker_ce_spec.rb | ||
---|---|---|
6 | 6 |
on_supported_os.each do |os, os_facts| |
7 | 7 |
context "on #{os}" do |
8 | 8 |
let(:facts) { os_facts } |
9 |
let(:pre_condition) { 'include nftables' } |
|
9 | 10 |
|
10 | 11 |
context 'default options' do |
11 | 12 |
it { is_expected.to compile } |
Formats disponibles : Unified diff