module-puppetlabs-apt/spec/classes
William Van Hevelingen 1160bcd6d1 (#12526) Add ability to reverse apt { disable_keys => true }
The setting `disable_keys => true` parameter in the apt module creates
/etc/apt/apt.conf.d/99unauth with the contents
"APT::Get::AllowUnauthenticated 1;". Changing `disable_keys`
does not remove this file. This patch makes it so that
`disable_keys => false` will remove /etc/apt/apt.conf.d/99unauth.
2012-02-23 14:37:04 -08:00
..
apt_spec.rb (#12526) Add ability to reverse apt { disable_keys => true } 2012-02-23 14:37:04 -08:00
debian_testing_spec.rb (#12094) Replace chained .with_* with a hash 2012-02-08 09:24:43 -08:00
debian_unstable_spec.rb (#12094) Replace chained .with_* with a hash 2012-02-08 09:24:43 -08:00
params_spec.rb (#12094) Replace chained .with_* with a hash 2012-02-08 09:24:43 -08:00
release_spec.rb (#12094) Replace chained .with_* with a hash 2012-02-08 09:24:43 -08:00