summaryrefslogtreecommitdiff
path: root/manifests/header_checks_snippet.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/header_checks_snippet.pp')
-rw-r--r--manifests/header_checks_snippet.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/header_checks_snippet.pp b/manifests/header_checks_snippet.pp
index 630ed2f..91d7501 100644
--- a/manifests/header_checks_snippet.pp
+++ b/manifests/header_checks_snippet.pp
@@ -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}"