xorpaul / g10k

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

cache forge modules under its own cache directory in puppetfile mode #207

Closed mmolnar closed 1 year ago

mmolnar commented 1 year ago

Modules from puppet forge were being stored directly under cache directory instead of forge subdirectory in cache.

This was a difference in behaviour between config and puppetfile modes and causing forge modules to be stored 2x in cache.

xorpaul commented 1 year ago

You're right, trying to behave the same in puppetfile modse as in config mode is the better solution.