projects
/
puppet_vcsrepo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix lint errors
[puppet_vcsrepo.git]
/
examples
/
hg
/
clone_basic_auth.pp
1
vcsrepo { '/path/to/repo':
2
ensure => latest,
3
provider => 'hg',
4
source => 'http://hg.example.com/myrepo',
5
basic_auth_username => 'hgusername',
6
basic_auth_password => 'hgpassword',
7
}