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