Closed xorpaul closed 4 years ago
When issuing g10k with a control environment and not in -puppetfile mode, g10k should output the Puppetfile and/or git branch that can't be resolved to make debugging easier.
-puppetfile
This also includes Puppet modules, which use :link => true
:link => true
Also I'll have to adjust the hint for the deploy key only if a git pull command fails and not when a git rev-parse fails.
git pull
git rev-parse
Solved with https://github.com/xorpaul/g10k/releases/tag/v0.8.8
When issuing g10k with a control environment and not in
-puppetfile
mode, g10k should output the Puppetfile and/or git branch that can't be resolved to make debugging easier.This also includes Puppet modules, which use
:link => true