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:
5
modules/vcsrepo/examples/svn/checkout.pp
Normal file
5
modules/vcsrepo/examples/svn/checkout.pp
Normal file
@@ -0,0 +1,5 @@
|
||||
vcsrepo { '/tmp/vcstest-svn-checkout':
|
||||
ensure => present,
|
||||
provider => svn,
|
||||
source => 'http://svn.edgewall.org/repos/babel/trunk',
|
||||
}
|
||||
Reference in New Issue
Block a user