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

mesos master & slave enabled at the same time by default #62

Closed deric closed 8 years ago

deric commented 8 years ago

Latest Mesoshpere packages (at least on Debian 8) automatically enables both mesos-master and mesos-slave services:

# systemctl list-units  | grep mesos
mesos-master.service                               loaded active running   Mesos Master
mesos-slave.service                                  loaded active running   Mesos Slave

Although someone might want to run master & slave at the same machine, it's probably not very common setup.

deric commented 8 years ago

Experimental implementation in 2b07b2b6240bbf6792d7a7585c90d371980b4902.

deric commented 8 years ago

Released in v0.8.0.