mod 'example_module',
    :git => 'git@somehost.com/foo/example-module.git',
    :link => true,
    :fallback => 'master'
mod 'another_module',
    :git => 'git@somehost.com/foo/another-module.git',
    :branch => 'master',
    :fallback => 'dev|qa |prelive| live'
