mirror of
https://github.com/sstent/Vagrant_Openstack.git
synced 2026-01-26 15:11:47 +00:00
adding new vcsrepo
This commit is contained in:
4
modules/vcsrepo/examples/git/bare_init.pp
Normal file
4
modules/vcsrepo/examples/git/bare_init.pp
Normal file
@@ -0,0 +1,4 @@
|
||||
vcsrepo { '/tmp/vcstest-git-bare':
|
||||
ensure => bare,
|
||||
provider => git,
|
||||
}
|
||||
5
modules/vcsrepo/examples/git/clone.pp
Normal file
5
modules/vcsrepo/examples/git/clone.pp
Normal file
@@ -0,0 +1,5 @@
|
||||
vcsrepo { '/tmp/vcstest-git-clone':
|
||||
ensure => present,
|
||||
provider => git,
|
||||
source => 'git://github.com/bruce/rtex.git',
|
||||
}
|
||||
4
modules/vcsrepo/examples/git/working_copy_init.pp
Normal file
4
modules/vcsrepo/examples/git/working_copy_init.pp
Normal file
@@ -0,0 +1,4 @@
|
||||
vcsrepo { '/tmp/vcstest-git-wc':
|
||||
ensure => present,
|
||||
provider => git,
|
||||
}
|
||||
Reference in New Issue
Block a user