Small patch to fix the spacing that makes lint fail.
authorAshley Penney <ashley.penney@puppetlabs.com>
Thu, 27 Mar 2014 16:40:36 +0000 (16:40 +0000)
committerAshley Penney <ashley.penney@puppetlabs.com>
Thu, 27 Mar 2014 16:40:36 +0000 (16:40 +0000)
manifests/init.pp

index 517391535a931cf1ee6c3c39f03f8020341e6c3c..85055c8119101b66b14566201816d749829995cd 100644 (file)
@@ -151,7 +151,7 @@ Package: bogus-package\n",
 
   # manage sources if present
   if $sources != undef {
-   validate_hash($sources)
-   create_resources('apt::source', $sources)
+    validate_hash($sources)
+    create_resources('apt::source', $sources)
   }
 }