puppetlabs / puppetlabs-apt

Puppet module to help manage Apt
https://forge.puppetlabs.com/puppetlabs/apt
Apache License 2.0
215 stars 461 forks source link

Fix typo in weak_ssl documentation #971

Closed Safranil closed 3 years ago

Safranil commented 3 years ago

verification instead of verfication.

puppet-community-rangefinder[bot] commented 3 years ago

apt_key is a type

Breaking changes to this file MAY impact these 4 modules (near match): * [mmattice-apt](https://github.com/mmattice/puppetlabs-apt) * [lomignet-apt](https://github.com/lomignet/lomignet-apt) * [example42-apt](https://github.com/example42/puppet-apt) * [puppetlabs-apt](https://github.com/puppetlabs/puppetlabs-apt)

This module is declared in 234 of 576 indexed public Puppetfiles.


These results were generated with Rangefinder, a tool that helps predict the downstream impact of breaking changes to elements used in Puppet modules. You can run this on the command line to get a full report.

Exact matches are those that we can positively identify via namespace and the declaring modules' metadata. Non-namespaced items, such as Puppet 3.x functions, will always be reported as near matches only.

codecov[bot] commented 3 years ago

Codecov Report

Merging #971 (a831bc7) into main (b69f5b9) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #971   +/-   ##
=======================================
  Coverage   71.86%   71.86%           
=======================================
  Files           5        5           
  Lines         263      263           
=======================================
  Hits          189      189           
  Misses         74       74           
Impacted Files Coverage Δ
lib/puppet/type/apt_key.rb 96.42% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b9dbcb0...db6c9e8. Read the comment docs.

daianamezdrea commented 3 years ago

Hi @Safranil, thank you for your PR!