summaryrefslogtreecommitdiff
path: root/examples/bzr/branch.pp
blob: 0ed0705ee8d4f946788df3839f272d2608da0f61 (plain)
1
2
3
4
5
6
vcsrepo { '/tmp/vcstest-bzr-branch':
  ensure   => present,
  provider => bzr,
  source   => 'lp:do',
  revision => '1312',
}