diff options
author | Marc Fournier <marc.fournier@camptocamp.com> | 2009-08-28 11:18:51 +0200 |
---|---|---|
committer | Marc Fournier <marc.fournier@camptocamp.com> | 2009-08-28 11:18:51 +0200 |
commit | 8a23f6d5b1022d79432734366e131af6f5d3b46f (patch) | |
tree | f50ec3c8fbd7cb4685a141116b8a109417c55616 /manifests/definitions/hash.pp | |
parent | 1c249d42e9d14f756d52044c74f0bc08914cc876 (diff) | |
download | puppet-postfix-8a23f6d5b1022d79432734366e131af6f5d3b46f.tar.gz puppet-postfix-8a23f6d5b1022d79432734366e131af6f5d3b46f.tar.bz2 |
postfix: ensure had no default value in definitions.
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 { |