Skip to content

Commit

Permalink
fix multiple instances for curl_json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartłomiej Marcinkowski committed Jul 3, 2015
1 parent 27adfd3 commit 8b452d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions manifests/plugin/curl_json.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
validate_hash($keys)

if $::osfamily == 'Redhat' {
package { 'collectd-curl_json':
ensure => $ensure,
}
ensure_packages('collectd-curl_json')
}

$conf_dir = $collectd::params::plugin_conf_dir
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.0.0"
"version_requirement": ">= 3.2.0"
},
{
"name": "puppetlabs/concat",
Expand Down

0 comments on commit 8b452d3

Please sign in to comment.