summaryrefslogtreecommitdiff
path: root/examples/hg/clone_basic_auth.pp
blob: 984f8eafdbd1dd159f8bd8ece8550011d9824a43 (plain)
1
2
3
4
5
6
7
vcsrepo { '/path/to/repo':
  ensure              => latest,
  provider            => 'hg',
  source              => 'http://hg.example.com/myrepo',
  basic_auth_username => 'hgusername',
  basic_auth_password => 'hgpassword',
}