Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Add centos-6.5 to test configuration
Browse files Browse the repository at this point in the history
In serverspec, force Debian instead of DetectOS to properly detect statsd service for upstart on CentOS 6.
  • Loading branch information
david-richer-adsk committed Jul 31, 2014
1 parent 2f76399 commit b5b34b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ provisioner:

platforms:
- name: ubuntu-12.04
- name: centos-6.5

suites:
- name: default
Expand Down
3 changes: 2 additions & 1 deletion test/integration/default/serverspec/default_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
require 'serverspec'

include Serverspec::Helper::Exec
include Serverspec::Helper::DetectOS
# Force Debian to properly detect statsd service for upstart on CentOS 6.
include Serverspec::Helper::Debian

RSpec.configure do |c|
c.before :all do
Expand Down

0 comments on commit b5b34b9

Please sign in to comment.