Releases: deric/puppet-mesos
Releases · deric/puppet-mesos
v0.5.2
- Mesosphere RHEL repo support
v0.5.1
- package manged before the
$conf_dir
v0.5.0
- removed direct hiera calls
- optionally manage mesosphere apt repo
- workaround for service providers (
force_provider
can be used for ensuring that e.g. upstart
is used) see #16
- compatible with Ruby 1.8.7 - 2.1.x
v0.4.1
- support boolean flags for mesos services
- most configuration should be done via config files in
/etc/mesos-master
and /etc/mesos-slave
v0.4.0
- support for RHEL7 and systemd
- purging
/etc/mesos-master
and /etc/mesos-slave
directories
- service get notified when property file changes
- compatibility with Mesos 0.19
v0.3.1
- RedHat service support
- managing /etc/mesos/zk on master and slave instances as well
refactored implementation
- removed puppi dependency
- hiera configuration is optional
- add rspec tests