module-puppetlabs-apt/spec/defines
Daniele Sluijters 90bade9561 apt::source: Rename trusted_source.
It is weird that `trusted_source` would default to `false` as that would
imply that we normally don't trust our sources. This is opposite to the
truth, by default we trust them but only if the Releases file can be
verified (meaning it is signed by a GPG key known to apt).

What we were telling apt is that it should trust this source even if the
Releases file and the repository is unsigned. This is better captured
with `allow_unsigned` and better highlights the danger of what you're
doing, installing packages from a source we cannot authenticate.
2015-03-05 20:23:38 +01:00
..
conf_spec.rb apt: Fix all strict variable cases. 2015-03-03 17:33:14 +01:00
key_spec.rb apt: Fix all strict variable cases. 2015-03-03 17:33:14 +01:00
pin_spec.rb apt: Fix all strict variable cases. 2015-03-03 17:33:14 +01:00
ppa_spec.rb apt: Fix all strict variable cases. 2015-03-03 17:33:14 +01:00
setting_spec.rb Merge pull request #449 from puppetlabs/daenney/fix-strict-vars 2015-03-03 08:54:27 -08:00
source_spec.rb apt::source: Rename trusted_source. 2015-03-05 20:23:38 +01:00