瀏覽代碼

Merge a722ede952 into 7d221cdfa1

pull/8/merge
Martin Polreich 7 年之前
父節點
當前提交
e71bde9875
共有 2 個檔案被更改,包括 5 行新增9 行删除
  1. +4
    -0
      .travis.yml
  2. +1
    -9
      tests/pillar/iptables_server.sls

+ 4
- 0
.travis.yml 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存