Skip to content
Snippets Groups Projects
Commit c9be1c57 authored by Wolf Noble's avatar Wolf Noble
Browse files

fix minor lint issue

parent 63b6ad7d
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ define postfix::hash (
"\$ensure must be either 'present' or 'absent', got '${ensure}'")
if $source and $content {
fail "You must provide either 'source' or 'content', not both"
fail 'You must provide either \'source\' or \'content\', not both'
}
File {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment