deric / puppet-mesos

Puppet module for managing Mesos nodes

Home Page:https://forge.puppetlabs.com/deric/mesos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration properties are not automatically purged

solarkennedy opened this issue · comments

I like the property pattern for configuring mesos.

However, when configuration options are changed, or mistakes are made, old config files are left behind.

Would you accept a PR for the config dirs to purged by puppet?
https://github.com/deric/puppet-mesos/blob/master/manifests/master.pp#L26

To me, if a folder is completely manged by puppet, it should be auto-purged.

Sure, you're right. Sounds like a good idea, send the PR.