Peter Bittner

Results 524 comments of Peter Bittner
trafficstars

... or for [branches in a control-repo](https://puppet.com/docs/pe/2017.3/code_management/control_repo.html#ariaid-title2) that r10k manages as environments.

Turns out it's currently possible to use Git over HTTP only via setting the `git_base` in `modulesync.yml`, e.g. for GitLab: ```yaml git_base: https://oauth2:${ACCESS_TOKEN}@${CI_SERVER_HOST}/ ``` If you put this under version...

Thanks for the hints, @ekohl. That's certainly nice to know. But this isn't really just about knowing Git. ModuleSync, that's my point, currently neither gives a helpful hint when Git...

> It does but it's called `--git-base`. Oh yeah, that's true. My mistake! (I corrected the wrong references in the comments above). That works, nice! What I found missing is...

Any feedback on this issue? Would adding the (seemingly) missing capability be a valuable enhancement?

> Are you interested in providing a PR for this? Yes, definitely. The question was: Would a related PR have a chance to be merged.

Interesting! This sounds like driven by the same idea we had for managing GitLab projects with their projects topics. :+1: See our Python CLI package [concierge-cli](https://pypi.org/project/concierge-cli/) on PyPI for reference.

We probably can close this issue as a "won't fix". Or would that need to be better documented? Is there an alternative? ---------------- Personally, I think, the `.erb` extension for...

Heads-up: Please make sure you don't break the behavior fixed via #192 and #242.