Dylan

Results 26 comments of Dylan

Note, this is when you are using a floating window

Ah okay, the problem is I'm not sitting at the computer most if the time and while I can recognize them by sight, not from 3m away. It would be...

So actually onceover has no hand in this, r10k is what does the purging as onceover just runs `r10k deploy puppetfile`. However it's definitely not good that it behaves differently...

This is caused by the fact that `r10k puppetfile` and `r10k deploy` handle merging differently. The fix will be to move from using `r10k puppetfile` to `r10k deploy` under the...

That's not expected to work. Puppet only looks for functions (and other ruby stuff) in the `lib` directory of a module, not at the root of the controlrepo. So you...

Note that the reason `site-modules` works as a location for modules, is because we told it to look there in the `environment.conf` e.g. https://github.com/puppetlabs/control-repo/blob/production/environment.conf#L1

Huh you're right, I had no idea that was possible and I've never seen it used but it does say: > either a module or an environment Which would mean...

@zoojar Are you still seeing this with the latest version?

Yeah this is expected behaviour (Not desired though, it's only expected because of the order things happen in), happy to swap that order to allow for this, will accept PR

Create PR in `backticks` for Ruby 3 as this is blocking Onceover: https://github.com/xeger/backticks/pull/18