diff options
Diffstat (limited to 'manifests/definitions/hash.pp')
-rw-r--r-- | manifests/definitions/hash.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/definitions/hash.pp b/manifests/definitions/hash.pp index bb4156a..a0514ee 100644 --- a/manifests/definitions/hash.pp +++ b/manifests/definitions/hash.pp @@ -9,7 +9,7 @@ Note: the content of the file is not managed by this definition. Parameters: - *name*: the name of the map file. -- *ensure*: present/absent +- *ensure*: present/absent, defaults to present Requires: - Class["postfix"] @@ -29,7 +29,7 @@ Example usage: } */ -define postfix::hash ($ensure) { +define postfix::hash ($ensure="present") { # selinux labels differ from one distribution to another case $operatingsystem { |