Add Fuel Plugin
[barometer.git] / src / fuel-plugin / deployment_scripts / puppet / manifests / collectd_install.pp
1 if $operatingsystem == 'Ubuntu' {
2     exec { "install collectd":
3         command => "apt-get install -y collectd",
4         path   => "/usr/bin:/usr/sbin:/bin:/sbin";
5     }
6 }