aboutsummaryrefslogtreecommitdiff
path: root/manifests/nodo.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodo.pp')
-rw-r--r--manifests/nodo.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/manifests/nodo.pp b/manifests/nodo.pp
index b0f2c82..8b2b5e5 100644
--- a/manifests/nodo.pp
+++ b/manifests/nodo.pp
@@ -2,7 +2,6 @@ class nodo {
include lsb
include puppetd
include backup
- include exim
include sudo
include users::admin
include motd
@@ -29,6 +28,11 @@ class nodo {
$monkeysphere_publish_key = false
include monkeysphere
+ # Email delivery configuration
+ if $mail_host != true {
+ include exim
+ }
+
# Apt configuration
$backports_enabled = true
$apt_update_method = 'cron'