Imported puppetlabs-vcsrepo
This commit is contained in:
parent
0938a13fe6
commit
18d9aa4a23
152 changed files with 9191 additions and 0 deletions
5
modules/vcsrepo/examples/svn/checkout.pp
Normal file
5
modules/vcsrepo/examples/svn/checkout.pp
Normal file
|
@ -0,0 +1,5 @@
|
|||
vcsrepo { '/tmp/vcstest-svn-checkout':
|
||||
ensure => present,
|
||||
provider => svn,
|
||||
source => 'http://svn.edgewall.org/repos/babel/trunk',
|
||||
}
|
4
modules/vcsrepo/examples/svn/server.pp
Normal file
4
modules/vcsrepo/examples/svn/server.pp
Normal file
|
@ -0,0 +1,4 @@
|
|||
vcsrepo { '/tmp/vcstest-svn-server':
|
||||
ensure => present,
|
||||
provider => svn,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue