Cosmin Lehene

Results 36 comments of Cosmin Lehene

@felixb @deric yes, we use this internally and had very recently made a few more changes we'd like to push upstream. This said, @deric please see my questions above ping...

We've rebased on top of master, need to cleanup patches and will make new PRs

@felixb I rebased everything we have on top of current master and will make separate PRs for each one CentOS7 will come as a single commit/PR but I recommend we...

@felixb @blsmth @deric ping rebased to master and updated Sorry it took forever, but every time I wanted to push this and rebased it got into another round of conflicts...

@deric `ensure => directory`, `recurse => true` will only affect ownership (and probably other properties) but won't create the parent directories. It was decided that that's too complicated (https://projects.puppetlabs.com/issues/86) Note...

The commit "Changed templates to set `MESOS_` env vars" should have been squashed (at least partially) into the main RHEL7 support as it's required because SystemD `EnvironmentFile` doesn't work with...

Question: this is currently sourcing `EnvironmentFile=/etc/default/mesos-` If you'd like to maintain the previous functionality based on env vars (not sure it's needed), we could probably have both files created and...

thanks @felixb for pointing that. I'll fix it.

Quick note. I'm seeing some issues (`yum list` doesn't return anything because the repo is not being installed.) I'll dig into that and fix it. It's likely a missing dependency.

@deric I'm not removing them, I'm just setting them globally ``` puppet File { owner => $owner, group => $group, } ``` (resource default statements - https://docs.puppetlabs.com/puppet/latest/reference/lang_defaults.html) so that we...