deric / puppet-mesos

Puppet module for managing Mesos nodes
https://forge.puppetlabs.com/deric/mesos
Apache License 2.0
69 stars 61 forks source link

remove upstart service definition shipped with rpm for RHEL 6 #50

Closed felixb closed 8 years ago

felixb commented 9 years ago

The mesos rpm for RHEL6 ships upstart service definitions. This leads to enabled service on any machine the RPM is installed, even if the package is installed only to install the libmesos.so.

By setting mesos::force_provider to none these upstart files are removed on RHEL6 machines.

deric commented 8 years ago

Thanks!