First of all, thanks !
I was planning to implement something like r10k in GoLang and then I found your project. Big kudos to you !
Then I've tried to use g10k on the Puppetfile we're using and I hit bug #2 .
I had to dig into the code to really understand why it was mis-interpreting (differently as r10k) our git based modules as forge modules. And then I found the bug.
Can you please update the documentation and mention that this behavior is different than r10k one ? This could save next person some time :-)
Note : maybe that #2 can be closed if you do not plan to support it at all ?
First of all, thanks ! I was planning to implement something like r10k in GoLang and then I found your project. Big kudos to you !
Then I've tried to use
g10k
on thePuppetfile
we're using and I hit bug #2 . I had to dig into the code to really understand why it was mis-interpreting (differently as r10k) our git based modules as forge modules. And then I found the bug.Can you please update the documentation and mention that this behavior is different than r10k one ? This could save next person some time :-)
Note : maybe that #2 can be closed if you do not plan to support it at all ?
Thanks !