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