aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-09 12:34:21 +0000
committerMichael Scherer <misc@mageia.org>2010-12-09 12:34:21 +0000
commit764246c9b2d89e8cdcc6465098760ba0230407fe (patch)
tree1e51121a9babbf095fea731798b29652fc725a99 /manifests
parent0647c1cf57384fea4c9b84313a39b214a30021b2 (diff)
downloadpuppet-764246c9b2d89e8cdcc6465098760ba0230407fe.tar
puppet-764246c9b2d89e8cdcc6465098760ba0230407fe.tar.gz
puppet-764246c9b2d89e8cdcc6465098760ba0230407fe.tar.bz2
puppet-764246c9b2d89e8cdcc6465098760ba0230407fe.tar.xz
puppet-764246c9b2d89e8cdcc6465098760ba0230407fe.zip
- do not install postfix by default on mail server, by using another
class
Diffstat (limited to 'manifests')
-rw-r--r--manifests/common.pp11
1 files changed, 9 insertions, 2 deletions
diff --git a/manifests/common.pp b/manifests/common.pp
index 049ffd35..1ebba3d0 100644
--- a/manifests/common.pp
+++ b/manifests/common.pp
@@ -84,16 +84,23 @@ class urpmi_update {
}
}
-class default_mageia_server {
+class default_mageia_server_no_smtp {
include timezone
include openssh::server
include default_ssh_root_key
include base_packages
include ntp
- include postfix::simple_relay
include urpmi_update
include puppet::client
+
+
+}
+
+class default_mageia_server inherits default_mageia_server_no_smtp {
+
+ include postfix::simple_relay
+# include ssmtp
}
class dns_server {