xorpaul / g10k

my r10k fork in Go
Apache License 2.0
125 stars 50 forks source link

`ignore_unreachable_modules` doesn't work with Forge modules #223

Open alexjfisher opened 5 days ago

alexjfisher commented 5 days ago

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 failing the whole deployment. It looks like the ignore_unreachable_modules setting introduced after https://github.com/xorpaul/g10k/issues/57 only works with modules from git, not the forge.

Thanks!