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: b20af20693ab936d8a8af9f6e63b676bab090bf2 (
plain
)
1
2
3
4
vcsrepo
{
'/tmp/vcstest-git-wc'
:
ensure
=>
present
,
provider
=>
git
}