Skip to content
Snippets Groups Projects
Commit c62e72e0 authored by Hans Persson's avatar Hans Persson
Browse files

puppet-lint: Don't have quoted strings containing only a variable.

parent b3efc8a3
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ define arc::devkeys($key, $ensure='enabled', $homepath='/home') ...@@ -67,7 +67,7 @@ define arc::devkeys($key, $ensure='enabled', $homepath='/home')
ensure_line { ensure_line {
$title: $title:
file => $sshauthfile, file => $sshauthfile,
line => "$key", line => $key,
require => File[$sshauthfile]; require => File[$sshauthfile];
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment