mirror of
https://github.com/sstent/Vagrant_Openstack.git
synced 2026-01-25 14:42:41 +00:00
6 lines
142 B
Puppet
6 lines
142 B
Puppet
vcsrepo { '/tmp/vcstest-svn-checkout':
|
|
ensure => present,
|
|
provider => svn,
|
|
source => 'http://svn.edgewall.org/repos/babel/trunk',
|
|
}
|