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