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.pp3
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/header_checks_snippet.pp b/manifests/header_checks_snippet.pp
index 05929a3..4c8df86 100644
--- a/manifests/header_checks_snippet.pp
+++ b/manifests/header_checks_snippet.pp
@@ -6,7 +6,6 @@ See the postfix::header_checks class for details.
Parameters:
- *source* or *content*: source or content of the header_checks snippet
-- *ensure*: present (default) or absent
Requires:
- Class["postfix"]
@@ -24,7 +23,6 @@ Example usage:
*/
define postfix::header_checks_snippet (
- $ensure = "present",
$source = '',
$content = undef
) {
@@ -42,7 +40,6 @@ define postfix::header_checks_snippet (
$fragment = "postfix_header_checks_${name}"
concat::fragment { "$fragment":
- ensure => "$ensure",
target => '/etc/postfix/header_checks',
}