Skip to content

Instantly share code, notes, and snippets.

@marzzz21
Created October 10, 2016 03:00
Show Gist options
  • Save marzzz21/94014f1253481c1411b7ae6f364c07e8 to your computer and use it in GitHub Desktop.
Save marzzz21/94014f1253481c1411b7ae6f364c07e8 to your computer and use it in GitHub Desktop.
---
driver:
name: vagrant
provisioner:
name: chef_zero
verifier:
name: inspec
platforms:
#- name: centos-6.7
- name: centos-7.2
suites:
- name: default
run_list:
- recipe[rise-iptables::default]
attributes:
iptables:
test-kitchen: '-A FWR -i eth0 -p tcp -m tcp --dport 2200 -j ACCEPT'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment