Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

ipv6 not supported for config:file #50

Open
tasinet opened this issue Apr 9, 2014 · 0 comments
Open

ipv6 not supported for config:file #50

tasinet opened this issue Apr 9, 2014 · 0 comments

Comments

@tasinet
Copy link

tasinet commented Apr 9, 2014

Hello,

Is there a way to use ipv6 rules with the 'file'-type config? I'd imagine you would be able to do something like:

    class { 'iptables':
            config => 'file',
            enable_v6 => true,
            template => 'iptables.erb',
            template_v6 => 'ip6tables.erb',
    }

However, there doesn't seem to be a template_v6 option to specify where the v6 rules should come from.

At the moment, enable_v6 doesn't seem to have any effect at all if config:file is used.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant