(maint) Updating CONTRIBUTING guidelines
[puppet-modules/puppetlabs-apt.git] / examples / disable_keys.pp
index ad61df0421b6fb8b02cb10c5275d1233a1d1a14a..50d0ea8022aabe54a553529b1ff3ed684f169316 100644 (file)
@@ -1,4 +1,4 @@
-#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;'