From 553611b16ba41f72ad173bff36477a720a36524b Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Thu, 27 Mar 2014 16:40:36 +0000 Subject: [PATCH] Small patch to fix the spacing that makes lint fail. --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) } } -- 2.45.2