mirror of
https://github.com/sstent/Vagrant_Openstack.git
synced 2026-01-25 22:52:45 +00:00
adding new vcsrepo
This commit is contained in:
6
modules/vcsrepo/examples/bzr/branch.pp
Normal file
6
modules/vcsrepo/examples/bzr/branch.pp
Normal file
@@ -0,0 +1,6 @@
|
||||
vcsrepo { '/tmp/vcstest-bzr-branch':
|
||||
ensure => present,
|
||||
provider => bzr,
|
||||
source => 'lp:do',
|
||||
revision => '1312',
|
||||
}
|
||||
4
modules/vcsrepo/examples/bzr/init_repo.pp
Normal file
4
modules/vcsrepo/examples/bzr/init_repo.pp
Normal file
@@ -0,0 +1,4 @@
|
||||
vcsrepo { '/tmp/vcstest-bzr-init':
|
||||
ensure => present,
|
||||
provider => bzr,
|
||||
}
|
||||
Reference in New Issue
Block a user