g10k icon indicating copy to clipboard operation
g10k copied to clipboard

my r10k fork in Go

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

Consider the following config ```yaml cachedir: '/var/cache/g10k' sources: control: remote: 'https://example.com/my-git-repo' basedir: '/var/lib/g10k/environments' ``` Then I run g10k. This does what I want and we can see that: ```console #...

Allows cloning a branch or commit hash when configuring repos in config.yml

Some set of fixes that I've done to make g10k usable on a large deployment: * Do not lock modify whole index when deploying a specified branch (main use-case). Achieve...

When executing `g10k -puppetfile` I get: ``` $ g10k -puppetfile Error: Missing :git url in ./Puppetfile for module ad line: mod 'ad',git: '[email protected]:FOO/puppet-ad',ref: 'master' ``` My Puppetfile has modules declared...

I'm currently using `r10k` to the Puppetfile to read a yaml file and run the module install. But would it be possible for this utility to read the the yaml...

Hi Adrian, bear with me, yet another wishlist issue: We always have dozens of environments with lots of modules and one thing that takes up a lot of time is...

hi, I probably do something wrong with my environment, but do not find the reason. g10k.yaml: ``` --- #postrun: # - '/postrun.sh' cachedir: '/root/.g10k' deploy: purge_levels: ['deployment', 'puppetfile', 'environment'] sources:...