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