g10k icon indicating copy to clipboard operation
g10k copied to clipboard

my r10k fork in Go

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

```bash $ wget -q https://raw.githubusercontent.com/xorpaul/g10k-environment/benchmark/Puppetfile ; \ g10k -check4update -puppetfile Resolving Forge modules (25/25) 1s [====================================================================] 100% Resolving Git modules (4/4) 0s [====================================================================] 100% unTar(): error while Create() file: .fixtures.yml...

if you have multiple references to git modules in your Puppetfile wich will trigger git to prompt you for a password input g10k will give you multiple password inputs all...

When there is a file removal and g10k deploys the environment The removed file is still present until the environment is purged and re-deployed.

hi it seems like g10k hardcodes /tmp/g10k as a cache directory for the modules it downloads. this seems unsafe: if an (local) attacker knows about this, they can prepopulate the...

I have created this tool: https://github.com/maxadamo/g10k-zfs The tool does the following: ~- creates ZFS snapshots on an existing ZFS pool~ ~- rotates in a loop two snapshots, called Even and...

assume you have multiple puppet modules that you share with others and one "project" module that implements project-level specific logic. you do not have a real control repository but rather...

Idea: If a setting, like `check-dependencies` is set inside a Puppetfile. Then parse all `metadata.json` files and check if a compatible _or_ conflicting module is found. Report and stop the...

in order to be a r10k replacement all subcommands should be implemented. COMMANDS deploy Puppet dynamic environment deployment help show help puppetfile Perform operations on a Puppetfile version Print the...

Hello, This is not an issue but more of a general question regarding the cache. Can I share the cache between concurrent runs? Say I have my control-repo, a bunch...

Hello, This issue is somewhat related to issue #70 where with r10k, I can have both a simple config file and still use: *puppetfile install*. My yaml config (r10k.yaml) file...