(#13289) Clean up style violations and fix corresponding tests
[puppet-modules/puppetlabs-apt.git] / manifests / debian / testing.pp
index 4eec1f8dbb65616632b6b886f6028e77f3c249db..cfdeb3cf73ebfd8f063340f28735115942997744 100644 (file)
@@ -8,14 +8,14 @@ class apt::debian::testing {
   # debian-keyring
   # debian-archive-keyring
 
-  apt::source { "debian_testing":
-    location => "http://debian.mirror.iweb.ca/debian/",
-    release => "testing",
-    repos => "main contrib non-free",
-    required_packages => "debian-keyring debian-archive-keyring",
-    key => "55BE302B",
-    key_server => "subkeys.pgp.net",
-    pin => "-10"
+  apt::source { 'debian_testing':
+    location          => 'http://debian.mirror.iweb.ca/debian/',
+    release           => 'testing',
+    repos             => 'main contrib non-free',
+    required_packages => 'debian-keyring debian-archive-keyring',
+    key               => '55BE302B',
+    key_server        => 'subkeys.pgp.net',
+    pin               => '-10',
   }
 
 }