index
:
puppet-vcsrepo
master
Puppet module for source control repositories
Fluxo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
git
/
bare_init.pp
blob: 4166f6e6963a4cd36fbe0e2eb32e90c7ed08d919 (
plain
)
1
2
3
4
vcsrepo
{
'/tmp/vcstest-git-bare'
:
ensure
=>
bare
,
provider
=>
git
,
}