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
/
bzr
/
init_repo.pp
blob: 3d63728f4e9d43eb9157793421d678ae29bb1c4b (
plain
)
1
2
3
4
vcsrepo
{
"/tmp/vcstest-bzr-init"
:
ensure
=>
present
,
provider
=>
bzr
}