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