Skip to content

Commit

Permalink
Merge pull request #210 from DataDog/quentin/dogapi-version
Browse files Browse the repository at this point in the history
[report] allow setting `dogapi` version
  • Loading branch information
truthbk committed Jul 28, 2016
2 parents 902e099 + 73b5e80 commit dd62399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
$dd_group = 'root'
$package_name = 'datadog-agent'
$service_name = 'datadog-agent'
$dogapi_version = 'installed'

case $::operatingsystem {
'Ubuntu','Debian' : {
Expand Down
2 changes: 1 addition & 1 deletion manifests/reports.pp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}

package{'dogapi':
ensure => 'installed',
ensure => $datadog_agent::params::dogapi_version,
provider => $_gemprovider,
}

Expand Down

0 comments on commit dd62399

Please sign in to comment.