mirror of
https://github.com/sstent/Vagrant_Openstack.git
synced 2026-01-26 07:03:04 +00:00
adding new vcsrepo
This commit is contained in:
6
modules/vcsrepo/examples/hg/clone.pp
Normal file
6
modules/vcsrepo/examples/hg/clone.pp
Normal file
@@ -0,0 +1,6 @@
|
||||
vcsrepo { '/tmp/vcstest-hg-clone':
|
||||
ensure => present,
|
||||
provider => hg,
|
||||
source => 'http://hg.basho.com/riak',
|
||||
revision => 'riak-0.5.3',
|
||||
}
|
||||
4
modules/vcsrepo/examples/hg/init_repo.pp
Normal file
4
modules/vcsrepo/examples/hg/init_repo.pp
Normal file
@@ -0,0 +1,4 @@
|
||||
vcsrepo { '/tmp/vcstest-hg-init':
|
||||
ensure => present,
|
||||
provider => hg,
|
||||
}
|
||||
Reference in New Issue
Block a user