Merge pull request #279 from apenney/fix-spacing
authorAshley Penney <ashley.penney@puppetlabs.com>
Thu, 27 Mar 2014 16:43:27 +0000 (12:43 -0400)
committerAshley Penney <ashley.penney@puppetlabs.com>
Thu, 27 Mar 2014 16:43:27 +0000 (12:43 -0400)
Small patch to fix the spacing that makes lint fail.

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)
   }
 }