From: Ashley Penney Date: Thu, 27 Mar 2014 16:40:36 +0000 (+0000) Subject: Small patch to fix the spacing that makes lint fail. X-Git-Tag: 1.5.0~15^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=553611b16ba41f72ad173bff36477a720a36524b;p=puppet-modules%2Fpuppetlabs-apt.git Small patch to fix the spacing that makes lint fail. --- diff --git a/manifests/init.pp b/manifests/init.pp index 5173915..85055c8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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) } }