aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_restart.pp
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-06-22 08:45:04 -0700
committerGuo Ruijing <ruijing.guo@intel.com>2017-06-22 08:45:23 -0700
commit7dcda31fe01f5fe910033a0ff97eb1ba795ee680 (patch)
tree58d4406453c84fdf6c02e4bcbc18f57449dffd3e /src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_restart.pp
parente81d42edd4199d13d779753d1969f23ba74c98da (diff)
cleanup: remove fuel plugin since fuel@opnfv uses mcp
Change-Id: I1c745106c1db5e69ba698d9076ae6c707dbc37b7 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";
-}