meltwater / puppet-marathon

Puppet Module for Mesos Marathon
Apache License 2.0
6 stars 19 forks source link

Make bin dir configurable and default to /usr/bin #5

Closed tayzlor closed 8 years ago

tayzlor commented 9 years ago

The releases for marathon packaged here https://github.com/mesosphere/marathon/releases

default to the marathon executable living at /usr/bin

I've made this a configurable option and set the default value to /usr/bin so any installs of marathon 0.8.0 should work

salimane commented 8 years ago

@tayzlor please check the master branch, this is already configurable with $marathon::bin_path. Thanks for sending the PR though.