소스 검색

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…
취소
저장