From 54ea933ac9643d2d2f3714aa06afc978fc60551e Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Tue, 12 Jul 2016 01:57:52 +0800 Subject: Add Fuel Plugin Change-Id: Ib1a4b7057678e435683b23692310f4e309c3fe10 Signed-off-by: Guo Ruijing --- .../deployment_scripts/puppet/manifests/collectd_install.pp | 6 ++++++ 1 file changed, 6 insertions(+) create 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 new file mode 100644 index 00000000..63a2e949 --- /dev/null +++ b/src/fuel-plugin/deployment_scripts/puppet/manifests/collectd_install.pp @@ -0,0 +1,6 @@ +if $operatingsystem == 'Ubuntu' { + exec { "install collectd": + command => "apt-get install -y collectd", + path => "/usr/bin:/usr/sbin:/bin:/sbin"; + } +} -- cgit 1.2.3-korg