mirror of
https://github.com/sstent/Vagrant_Openstack.git
synced 2026-01-26 23:21:50 +00:00
adding new vcsrepo
This commit is contained in:
11
modules/vcsrepo/examples/cvs/local.pp
Normal file
11
modules/vcsrepo/examples/cvs/local.pp
Normal file
@@ -0,0 +1,11 @@
|
||||
vcsrepo { '/tmp/vcstest-cvs-repo':
|
||||
ensure => present,
|
||||
provider => cvs,
|
||||
}
|
||||
|
||||
vcsrepo { '/tmp/vcstest-cvs-workspace-local':
|
||||
ensure => present,
|
||||
provider => cvs,
|
||||
source => '/tmp/vcstest-cvs-repo',
|
||||
require => Vcsrepo['/tmp/vcstest-cvs-repo'],
|
||||
}
|
||||
Reference in New Issue
Block a user