From efa17094249282eb0726b3d30dff190b86a97938 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Tue, 19 Jul 2016 02:38:24 +0800 Subject: Update fuel plugin installation scripts Change-Id: I2b2fa3b80e34cc07bac5d47b47c3681074794538 Signed-off-by: Guo Ruijing --- .../deployment_scripts/puppet/manifests/collectd_install.pp | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_install.pp (limited to 'src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_install.pp') diff --git a/src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_install.pp b/src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_install.pp deleted file mode 100644 index ffe3d6d9..00000000 --- a/src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_install.pp +++ /dev/null @@ -1,5 +0,0 @@ -if $operatingsystem == 'Ubuntu' { - package { 'collectd': - ensure => installed, - } -} -- cgit 1.2.3-korg