summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-12-01 16:37:24 +0100
committervarac <varacanero@zeromail.org>2015-12-01 16:37:24 +0100
commit7981d3124d5ffe05681932db62b08bde0e4ce1df (patch)
tree3e3516637f8d8b1150c2344269e31e47eb224ae8
parentdfcf96a518c53d62b18d1eaefe1e2628c9ea91af (diff)
[bug] Remove dupl. decl. of postfix package
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 50ad452..baf44a2 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -119,7 +119,7 @@ class postfix(
include postfix::virtual_regexp
}
- package { ['postfix', 'mailx']:
+ package { 'mailx':
ensure => installed
}