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
/
working_copy_init.pp
blob: f92fbee4d2ad06fa224b927b1331a7b68795fbaa (
plain
)
1
2
3
4
vcsrepo
{
"/tmp/vcstest-git-wc"
:
ensure
=>
present
,
provider
=>
git
}