X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=examples%2Fdisable_keys.pp;h=a39b93226d5b4d19f978bc32b13e8d5b654f09fe;hb=refs%2Fheads%2Ftrusted-contributors;hp=ad61df0421b6fb8b02cb10c5275d1233a1d1a14a;hpb=1b4d8ba991c2072ec0e3347e48f1aca148970929;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/examples/disable_keys.pp b/examples/disable_keys.pp index ad61df0..a39b932 100644 --- a/examples/disable_keys.pp +++ b/examples/disable_keys.pp @@ -1,5 +1,5 @@ -#Note: This is generally a bad idea. You should not disable keys. +#Note: This is generally a bad idea. You should not disable verifying repository signatures. apt::conf { 'unauth': priority => 99, - content => 'APT::Get::AllowUnauthenticated 1;' + content => 'APT::Get::AllowUnauthenticated 1;', }