diff options
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.pp | 4 |
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"; -} |