adding new vcsrepo

This commit is contained in:
2013-07-16 10:50:30 -04:00
parent 5ff96a078b
commit 266b0722f1
49 changed files with 2262 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
vcsrepo { '/tmp/vcstest-bzr-branch':
ensure => present,
provider => bzr,
source => 'lp:do',
revision => '1312',
}

View File

@@ -0,0 +1,4 @@
vcsrepo { '/tmp/vcstest-bzr-init':
ensure => present,
provider => bzr,
}