summaryrefslogtreecommitdiff
path: root/examples/hg/init_repo.pp
blob: 52aba4c7103637caee443a6206e94006dab2b883 (plain)
1
2
3
4
vcsrepo { '/tmp/vcstest-hg-init':
  ensure   => present,
  provider => hg
}