Use present with vcsrepo bzr

undefined method 'latest' for Puppet::Type::Vcsrepo::ProviderBzr

The module documentation seems to use "present" everywhere instead.

Change-Id: Ia6e116b65b7a8b25c40fd289dc3172f5abcf2da7
This commit is contained in:
Jeremy Stanley 2015-02-06 00:04:24 +00:00
parent b4ae8cfb9c
commit c5aecec93a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class meetbot {
}
vcsrepo { '/opt/ubuntu_supybot_plugins':
ensure => latest,
ensure => present,
provider => bzr,
require => [
Package['bzr'],