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

Make mesos services subscribe to configs #64

Closed dmitryilyin closed 8 years ago

dmitryilyin commented 8 years ago
deric commented 8 years ago

Right, makes sense. Most configuration is done via mesos::property which already uses notify. Services are subscribed to the default conf:

Service['mesos-slave'] -> File['/etc/default/mesos']

So, this should be the last config that influences services. Thanks for your contribution.