From c9d6cca1ee7426dd94060388472ea6306e82f763 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Thu, 12 Nov 2015 15:17:00 -0800 Subject: [PATCH] Install os-performance-tools This will register itself as a plugin and use the statsd configuration options added to send any counters seen in attachments to statsd. Change-Id: If93c84781fde46852d65bac88ab500563f7978cc --- manifests/init.pp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index 18660b7..149d1fb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -43,6 +43,14 @@ class subunit2sql ( ], } + package { 'os-performance-tools': + ensure => latest, + provider => 'pip', + require => [ + Class['pip'] + ], + } + package { 'testtools': ensure => latest, provider => 'pip',