deric / puppet-mesos

Puppet module for managing Mesos nodes

Home Page:https://forge.puppetlabs.com/deric/mesos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mesos master & slave enabled at the same time by default

deric opened this issue · comments

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.

Experimental implementation in 2b07b2b.

Released in v0.8.0.