5 lines
76 B
Puppet
5 lines
76 B
Puppet
vcsrepo { '/tmp/vcstest-hg-init':
|
|
ensure => present,
|
|
provider => hg
|
|
}
|