summaryrefslogtreecommitdiffstats
path: root/src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_restart.pp
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2016-07-19 02:38:24 +0800
committerGuo Ruijing <ruijing.guo@intel.com>2016-07-19 08:08:13 +0800
commitefa17094249282eb0726b3d30dff190b86a97938 (patch)
treef355407b2acd7d777dffdca852b24a94218ab1f0 /src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_restart.pp
parent51dc2d1a638855bcab4f43b7b7823fae8d9ea4a5 (diff)
Update fuel plugin installation scripts
Change-Id: I2b2fa3b80e34cc07bac5d47b47c3681074794538 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_restart.pp')
-rw-r--r--src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_restart.pp4
1 files changed, 0 insertions, 4 deletions
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 59f5151b..00000000
--- 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";
-}