puppet-mesos icon indicating copy to clipboard operation
puppet-mesos copied to clipboard

manage_zk_file parameter not working

Open badc0re opened this issue 9 years ago • 3 comments

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/.

badc0re avatar Dec 07 '15 13:12 badc0re

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.

deric avatar Dec 07 '15 13:12 deric

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.

badc0re avatar Dec 07 '15 14:12 badc0re

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.

deric avatar Jan 13 '16 11:01 deric