[maint] Fix puppet-lint warnings introduced with 2.2.0 puppet-lint release modules-4506
authorWilson McCoubrey <wilson@puppet.com>
Wed, 29 Mar 2017 14:53:54 +0000 (15:53 +0100)
committerWilson McCoubrey <wilson@puppet.com>
Wed, 29 Mar 2017 14:53:54 +0000 (15:53 +0100)
manifests/key.pp

index 148a751de60e1c419280359f4a7e3ca36089b0cb..d4a1d802adfa75089417362dd56fb15bf45e1228 100644 (file)
@@ -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": }
       }
     }