mirror of
https://github.com/sstent/Vagrant_Openstack.git
synced 2026-01-25 14:42:41 +00:00
7 lines
126 B
Puppet
7 lines
126 B
Puppet
vcsrepo { '/tmp/vcstest-bzr-branch':
|
|
ensure => present,
|
|
provider => bzr,
|
|
source => 'lp:do',
|
|
revision => '1312',
|
|
}
|