Skip to content

Commit

Permalink
Fix failing wheezy test
Browse files Browse the repository at this point in the history
  • Loading branch information
aelsabbahy committed Dec 19, 2017
1 parent 6b43c71 commit 1d14f69
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions integration-tests/goss/wheezy/goss-aa-expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ package:
versions:
- 2.2.22-13+deb7u7
port:
tcp6:80:
tcp:80:
listening: true
ip:
- '::'
- 0.0.0.0
service:
apache2:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/goss/wheezy/goss-expected-q.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ addr:
timeout: 1000
port:
tcp:80:
listening: false
listening: true
tcp:9999:
listening: false
tcp6:80:
listening: true
listening: false
service:
apache2:
enabled: true
Expand Down
10 changes: 5 additions & 5 deletions integration-tests/goss/wheezy/goss-expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ addr:
timeout: 1000
port:
tcp:80:
listening: false
ip: []
listening: true
ip:
- 0.0.0.0
tcp:9999:
listening: false
ip: []
tcp6:80:
listening: true
ip:
- '::'
listening: false
ip: []
service:
apache2:
enabled: true
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/goss/wheezy/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ process:
apache2:
running: true
port:
tcp6:80:
tcp:80:
listening: true
ip:
- "::"
- '0.0.0.0'
gossfile:
"../goss-s*.yaml": {}

0 comments on commit 1d14f69

Please sign in to comment.