From: David Cachau Date: Tue, 16 Feb 2021 13:20:21 +0000 (+0100) Subject: Fix typo in weak_ssl documentation X-Git-Tag: v8.0.0~3^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=db6c9e81e256324fbd17c911bf933c7a298af43a;p=puppet-modules%2Fpuppetlabs-apt.git Fix typo in weak_ssl documentation --- diff --git a/lib/puppet/type/apt_key.rb b/lib/puppet/type/apt_key.rb index 51e3039..c78ba8f 100644 --- a/lib/puppet/type/apt_key.rb +++ b/lib/puppet/type/apt_key.rb @@ -83,7 +83,7 @@ Puppet::Type.newtype(:apt_key) do end newparam(:weak_ssl, boolean: true, parent: Puppet::Parameter::Boolean) do - desc 'When true and source uses https, accepts download of keys without SSL verfication' + desc 'When true and source uses https, accepts download of keys without SSL verification' defaultto false end