mirror of
https://github.com/sstent/Vagrant_Openstack.git
synced 2026-01-26 15:11:47 +00:00
6 lines
129 B
Puppet
6 lines
129 B
Puppet
vcsrepo { '/tmp/vcstest-git-clone':
|
|
ensure => present,
|
|
provider => git,
|
|
source => 'git://github.com/bruce/rtex.git',
|
|
}
|