aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/network/mail.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/network/mail.pp')
-rw-r--r--manifests/utils/network/mail.pp6
1 files changed, 4 insertions, 2 deletions
diff --git a/manifests/utils/network/mail.pp b/manifests/utils/network/mail.pp
index 5c2b07f..281ced1 100644
--- a/manifests/utils/network/mail.pp
+++ b/manifests/utils/network/mail.pp
@@ -1,4 +1,6 @@
-class nodo::utils::network::mail {
+class nodo::utils::network::mail (
+ $ensure = 'installed',
+) {
# Mail
package { [
'mutt',
@@ -11,7 +13,7 @@ class nodo::utils::network::mail {
'procmail',
'msmtp',
]:
- ensure => installed,
+ ensure => $ensure,
}
# Fix: ensure that fetchmail is not a service