Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Commit

Permalink
Merge branch 'release/1.1.7' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hectcastro committed May 8, 2014
2 parents d180c22 + ea27a86 commit 27934f8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
24 changes: 13 additions & 11 deletions .kitchen.yml
@@ -1,19 +1,21 @@
---
driver_plugin: vagrant
driver:
name: vagrant
require_chef_omnibus: true
customize:
memory: 512

provisioner:
name: chef_zero

platforms:
- name: ubuntu-12.04
driver_config:
box: opscode-ubuntu-12.04
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04_chef-provisionerless.box
customize:
memory: 512
run_list:
- recipe[apt]
- name: centos-6.5
driver_config:
box: opscode-centos-6.5
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
customize:
memory: 512
run_list:
- recipe[yum]

suites:
- name: default
run_list:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## v1.1.7

* Add attribute for `globalSuffix` configuration settings.

## v1.1.6

* Add attribute for `dumpMessages` configuration setting.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -2,7 +2,7 @@
maintainer_email "hectcastro@gmail.com"
license "Apache 2.0"
description "Installs and configures StatsD."
version "1.1.6"
version "1.1.7"
recipe "statsd", "Installs and configures StatsD"
name "statsd"

Expand Down

0 comments on commit 27934f8

Please sign in to comment.