Skip to content

Commit

Permalink
Add netstat recipe per Dmitry suggestion to see if we can get ubuntu …
Browse files Browse the repository at this point in the history
…1202 tests passing in travis docker.
  • Loading branch information
Scott Nelson Windels committed Jul 14, 2016
1 parent d713b8b commit 73695aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ platforms:
suites:
- name: kibana3_apache
run_list:
- 'recipe[netstat]'
- 'recipe[kibana]'
- 'recipe[apache2]'
- 'recipe[kibana::apache]'
attributes: {}
- name: kibana3_nginx
run_list:
- 'recipe[netstat]'
- 'recipe[kibana]'
- 'recipe[nginx]'
- 'recipe[kibana::nginx]'
Expand Down
1 change: 1 addition & 0 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ group :vagrant do
cookbook 'elasticsearch'
cookbook 'java'
cookbook 'ohai'
cookbook 'netstat'
cookbook 'nginx', '~ 2.7.6'
end

0 comments on commit 73695aa

Please sign in to comment.