ad61df0421b6fb8b02cb10c5275d1233a1d1a14a
[puppet-modules/puppetlabs-apt.git] / examples / disable_keys.pp
1 #Note: This is generally a bad idea. You should not disable keys.
2 apt::conf { 'unauth':
3   priority => 99,
4   content  => 'APT::Get::AllowUnauthenticated 1;'
5 }