Skip to content

Commit

Permalink
Fixed a lint error about non-interpolated string demarcation
Browse files Browse the repository at this point in the history
  • Loading branch information
wwkimball committed Feb 21, 2018
1 parent f6bb4fe commit 3ba0729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
# No default attributes for this directory will be assumed because it is
# critical that Postfix be able to write to this directory tree.
if undef == $postfix::virtual_delivery_dir_attributes {
fail("When setting postfix::virtual_delivery_dir, you must also provide attributes as a Hash to postfix::virtual_delivery_dir_attributes.")
fail('When setting postfix::virtual_delivery_dir, you must also provide attributes as a Hash to postfix::virtual_delivery_dir_attributes.')
}

file { $postfix::virtual_delivery_dir:
Expand Down

0 comments on commit 3ba0729

Please sign in to comment.