From: Wilson McCoubrey Date: Wed, 29 Mar 2017 14:53:54 +0000 (+0100) Subject: [maint] Fix puppet-lint warnings introduced with 2.2.0 puppet-lint release X-Git-Tag: 2.4.0~1^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=694ea7d252b6e4c730c95505ef2e4450608982bc;p=puppet-modules%2Fpuppetlabs-apt.git [maint] Fix puppet-lint warnings introduced with 2.2.0 puppet-lint release --- 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": } } }