If you already played with Puppet’s environments, you certainly know that the major problem is the static form of them. When you want to test something new (a module for example), it’s not quite easy without using environments. r10k bring the dynamic feature and easy module managment !
It’s really easy to maintain your modules without using a lot of git submodules. Simply declare your modules informations like that:
mod 'filemapper', :git => 'git://github.
