g10k icon indicating copy to clipboard operation
g10k copied to clipboard

my r10k fork in Go

Results 29 g10k issues
Sort by recently updated
recently updated
newest added

It would be great if this tool supported a config file at somewhere like `~/.g10k/config.yml`. My immediate use-case is that I want to move the `cachedir` on my development laptop...

Hi. I am using variables in my Puppetfile which work with r10k, but they don't seem to work with g10k. Example from my Puppetfile: ``` PUPPETENVIRONMENT='test' DEPOT="ssh://[email protected]/puppet" mod 'company_firewall', :git...

r10k supports a source configuration option `strip_component`: https://github.com/puppetlabs/r10k/blob/main/doc/dynamic-environments/configuration.mkd#strip_component This adds similar support to g10k.

- fix build times - build Darwin (MacOS) arm64 executables

This is what [puppetfile-updater](https://github.com/camptocamp/puppetfile-updater) generates and it makes sense. For reproducible builds you want to pin to a specific commit, but sometimes that's not on the default branch so it...

- replace iotuil with os - update vendor 2024

Hi! I have some environments that reference Puppet Forge modules that have been deleted from the Forge. It'd be nice if g10k could skip over deploying these environments instead of...