Remove useless copy/pasted check.
This define has no $value parameter, so this check does not make any sense.
This commit is contained in:
parent
fa6c3e659d
commit
da8b03fcb0
1 changed files with 0 additions and 4 deletions
|
@ -37,10 +37,6 @@ define postfix::header_checks_snippet (
|
|||
fail("Only one of \$source or \$content must specified for postfix::header_checks_snippet ${name}")
|
||||
}
|
||||
|
||||
if ($value == false) and ($ensure == "present") {
|
||||
fail("The value parameter must be set when using the postfix::header_checks_snippet define with ensure=present.")
|
||||
}
|
||||
|
||||
include postfix::header_checks
|
||||
|
||||
$fragment = "postfix_header_checks_${name}"
|
||||
|
|
Loading…
Reference in a new issue