From 694ea7d252b6e4c730c95505ef2e4450608982bc Mon Sep 17 00:00:00 2001 From: Wilson McCoubrey Date: Wed, 29 Mar 2017 15:53:54 +0100 Subject: [PATCH] [maint] Fix puppet-lint warnings introduced with 2.2.0 puppet-lint release --- manifests/key.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/key.pp b/manifests/key.pp index 148a751..d4a1d80 100644 --- a/manifests/key.pp +++ b/manifests/key.pp @@ -81,8 +81,8 @@ define apt::key ( content => $_content, server => $_server, options => $_options, - } -> - anchor { "apt_key ${_id} present": } + } + -> anchor { "apt_key ${_id} present": } } } @@ -99,8 +99,8 @@ define apt::key ( content => $_content, server => $_server, options => $_options, - } -> - anchor { "apt_key ${_id} absent": } + } + -> anchor { "apt_key ${_id} absent": } } } -- 2.32.3