mirror of
https://github.com/sstent/Vagrant_Openstack.git
synced 2026-01-25 22:52:45 +00:00
7 lines
148 B
Puppet
7 lines
148 B
Puppet
vcsrepo { '/tmp/vcstest-hg-clone':
|
|
ensure => present,
|
|
provider => hg,
|
|
source => 'http://hg.basho.com/riak',
|
|
revision => 'riak-0.5.3',
|
|
}
|