Release prep v9.1.0
[puppet-modules/puppetlabs-apt.git] / manifests / params.pp
index f045491acf1e673307f74405a06a2aceddc0feac..3ce8f4864007f151262e64f0fab3208bfa1ed5a3 100644 (file)
@@ -77,10 +77,10 @@ class apt::params {
 
   case $facts['os']['name'] {
     'Debian': {
-          $backports = {
-            'location' => 'http://deb.debian.org/debian',
-            'repos'    => 'main contrib non-free',
-          }
+      $backports = {
+        'location' => 'http://deb.debian.org/debian',
+        'repos'    => 'main contrib non-free',
+      }
       $ppa_options = undef
       $ppa_package = undef
       $auth_conf_owner = '_apt'