Update CODEOWNERS
[puppet-modules/puppetlabs-apt.git] / examples / disable_keys.pp
index ad61df0421b6fb8b02cb10c5275d1233a1d1a14a..a39b93226d5b4d19f978bc32b13e8d5b654f09fe 100644 (file)
@@ -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;',
 }