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=50d0ea8022aabe54a553529b1ff3ed684f169316;hpb=0f26779a2a9a7b73505dc87284f4baa4eb9842b0;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/examples/disable_keys.pp b/examples/disable_keys.pp index 50d0ea8..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 verifying repository signatures. apt::conf { 'unauth': priority => 99, - content => 'APT::Get::AllowUnauthenticated 1;' + content => 'APT::Get::AllowUnauthenticated 1;', }