Force the Puppet Package provider to apt_fuel for collectd package

This allows to install unauthenitcated packages.

Change-Id: I23014138f5ce29a17dec0819c1d422676190e522
Closes-bug: #1663498
This commit is contained in:
Swann Croiset 2017-02-13 15:58:32 +01:00
parent 4382e1fd83
commit 3cb3a9efdd
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class lma_collector::collectd::base (
$read_threads = $lma_collector::params::collectd_read_threads,
$hostname = undef,
$purge = false,
$package_provider = 'apt_fuel',
) inherits lma_collector::params {
include lma_collector::service::metric
@ -49,6 +50,7 @@ class lma_collector::collectd::base (
class { '::collectd':
purge => $purge,
recurse => true,
package_provider => $package_provider,
purge_config => true,
fqdnlookup => false,
interval => $lma_collector::params::collectd_interval,