File: TestFallbackPuppetfile

package info (click to toggle)
g10k 0.9.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,236 kB
  • sloc: sh: 63; makefile: 56
file content (8 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
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'