Skip to content

Commit

Permalink
Update module-collectd to e01c6f2
Browse files Browse the repository at this point in the history
e01c6f2 Merge pull request redhat-openstack#259 from deric/meta
6461edb fix license name to follow http://spdx.org/licenses/ conventions
5ffa441 added  metadata-json-lint gem
9dba7e5 Merge pull request redhat-openstack#258 from txaj/testing_on_3_7
e8db403 Merge pull request redhat-openstack#254 from pdxcat/release_3_3_0
e2fe68f Check against puppet 3.7.5
c45093a Merge pull request redhat-openstack#256 from txaj/release_3_3_0_fix
599716b Bump concat fixture version
fe119af Fix tests
5ab404d Pin concat to 1.2.0 in .fixtures.yml
f969049 Release 3.3.0

Change-Id: Ie9764eb840bd5b2bdad3c56effac03357a0787c5
  • Loading branch information
xbezdick committed Apr 30, 2015
1 parent ed7b2cd commit 34e41c1
Show file tree
Hide file tree
Showing 15 changed files with 158 additions and 87 deletions.
2 changes: 1 addition & 1 deletion Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ mod 'memcached',
:git => 'https://github.com/saz/puppet-memcached.git'

mod 'module-collectd',
:commit => '1bd511019fe1da9b305b259862aa27516f083be6',
:commit => 'e01c6f21241e282d5f2008c794109af9af01c45f',
:git => 'https://github.com/pdxcat/puppet-module-collectd.git'

mod 'module-data',
Expand Down
7 changes: 5 additions & 2 deletions module-collectd/.fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
fixtures:
repositories:
'stdlib': 'git://github.com/puppetlabs/puppetlabs-stdlib'
'concat': 'git://github.com/puppetlabs/puppetlabs-concat'
stdlib:
repo: 'git://github.com/puppetlabs/puppetlabs-stdlib'
concat:
repo: 'git://github.com/puppetlabs/puppetlabs-concat'
ref: '1.2.1'
symlinks:
'collectd': "#{source_dir}"
4 changes: 4 additions & 0 deletions module-collectd/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ matrix:
env: PUPPET_GEM_VERSION="~> 3.5.0" STRICT_VARIABLES="yes"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.5.0" STRICT_VARIABLES="yes"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.7.5" STRICT_VARIABLES="yes"
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.7.5" STRICT_VARIABLES="yes"
notifications:
email: false
17 changes: 17 additions & 0 deletions module-collectd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 2015-04-22 Release 3.3.0

### Backwards-incompatible changes:

* Drop Ruby 1.8.7 support
* Package collectd-python is no longer available in EPEL

### Features:

* Allow disable forwarding in network::server

### Bugs/Maint:

* Fix permission on MySQL plugin file
* Only set LogSendErrors option if collectd version >= 5.4.
* CreateFiles/CreateFilesAsync expect boolean values

## 2015-01-24 Release 3.2.0

### Backwards-incompatible changes:
Expand Down
1 change: 1 addition & 0 deletions module-collectd/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ group :development, :unit_tests do
gem 'simplecov', :require => false
gem 'puppet_facts', :require => false
gem 'json', :require => false
gem 'metadata-json-lint', :require => false
end

group :system_tests do
Expand Down
Loading

0 comments on commit 34e41c1

Please sign in to comment.