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

manage_zk_file parameter not working #51

Open badc0re opened 8 years ago

badc0re commented 8 years ago

It says that the parameter is enabled by default, but it is not, i tried to enable the parameter and instead it created a file called "?manage_zk_file" in /etc/mesos-master/.

deric commented 8 years ago

Could you provide more details about your setup? Puppet, Ruby version, etc. Which version of puppet-mesos do you use?

There's a spec that seems to be passing on all tested platforms.

badc0re commented 8 years ago

I used the current master branch version, ruby 1.9, puppet 3.8.4 , i just ran the samples for master and slave that are provided in the README.md.

deric commented 8 years ago

Parameter manage_zk_file controls the way how we treat /etc/mesos/zk file. From the description you gave, it seems like you are mixing it with mesos::property which manages files in configuration directory e.g. /etc/mesos-slave or /etc/mesos-master.