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