Browse Source

Merge a722ede952 into 7d221cdfa1

pull/8/merge
Martin Polreich 7 years ago
parent
commit
e71bde9875
2 changed files with 5 additions and 9 deletions
  1. +4
    -0
      .travis.yml
  2. +1
    -9
      tests/pillar/iptables_server.sls

+ 4
- 0
.travis.yml View File

@@ -30,6 +30,8 @@ before_script:
script:
- test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration

if [[ TRAVIS_BRANCH = master ]]; then

notifications:
on:
branch: master
@@ -41,3 +43,5 @@ notifications:
on_start: never # options: [always|never|change] default: always
on_cancel: never # options: [always|never|change] default: always
on_error: always # options: [always|never|change] default: always
; fi

+ 1
- 9
tests/pillar/iptables_server.sls View File

@@ -2,13 +2,5 @@ iptables:
service:
enabled: true
chain:
INPUT:
rule:
test:
position: 1
table: filter
protocol: tcp
destination_port: 8088
source_network: 127.0.0.1
jump: ACCEPT



Loading…
Cancel
Save