4 lines
76 B
Puppet
4 lines
76 B
Puppet
vcsrepo { '/tmp/vcstest-git-bare':
|
|
ensure => bare,
|
|
provider => git,
|
|
}
|