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