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_restart.pp | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_restart.pp (limited to 'src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_restart.pp') diff --git a/src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_restart.pp b/src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_restart.pp deleted file mode 100644 index 59f5151..0000000 --- a/src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_restart.pp +++ /dev/null @@ -1,4 +0,0 @@ -exec { "restart collectd": - command => "service collectd restart", - path => "/usr/bin:/usr/sbin:/bin:/sbin"; -} -- cgit 1.2.3-korg