Skip to content

Instantly share code, notes, and snippets.

@antaflos
Created May 14, 2014 23:10
Show Gist options
  • Save antaflos/0b09838ea335a671cc6f to your computer and use it in GitHub Desktop.
Save antaflos/0b09838ea335a671cc6f to your computer and use it in GitHub Desktop.
profile::iptables_default::rules_manage: true
profile::iptables_default::rule_file: /etc/sysconfig/iptables.TEST
profile::iptables_default::filter_chain_defaults:
table: filter
policy: ACCEPT
require: Iptables::Add_table['iptables_filter']
profile::iptables_default::filter_chains:
mydefaultfilterchains:
iptables_filter_input: INPUT
iptables_filter_forward: FORWARD
iptables_filter_output: OUTPUT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment