Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
c9be1c57
Commit
c9be1c57
authored
Jul 18, 2013
by
Wolf Noble
Browse files
fix minor lint issue
parent
63b6ad7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/hash.pp
View file @
c9be1c57
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment