Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #102 from drenalin23/drenalin/update-travis-centos7
Browse files Browse the repository at this point in the history
Update to fix travis runs for CentOS7 and Ubuntu 16.04.
  • Loading branch information
Scott Nelson Windels authored Dec 15, 2016
2 parents bf19ed4 + c7c16fd commit f12221e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
14 changes: 13 additions & 1 deletion .kitchen.docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
---
driver:
name: docker
privileged: true
privileged: true

platforms:
- name: ubuntu-14.04
- name: ubuntu-16.04
driver_config:
run_command: /sbin/init
- name: centos-6.4
- name: centos-7.2
driver_config:
image: centos:7
provision_command: yum -y install initscripts
run_command: /usr/sbin/init
3 changes: 2 additions & 1 deletion Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ source 'https://supermarket.chef.io/'
metadata

group :vagrant do
cookbook 'ark', '= 2.1.0'
cookbook 'apt'
cookbook 'apache2'
cookbook 'elasticsearch'
cookbook 'elasticsearch', '~ 2.4.0'
cookbook 'java'
cookbook 'ohai'
cookbook 'netstat'
Expand Down

0 comments on commit f12221e

Please sign in to comment.