diff options
author | Buchan Milne <buchan@mageia.org> | 2011-03-03 12:28:17 +0000 |
---|---|---|
committer | Buchan Milne <buchan@mageia.org> | 2011-03-03 12:28:17 +0000 |
commit | b85be85969ff494885da17263d6148d2a68efd8e (patch) | |
tree | 50783d44410a8e0b50989deb521fc4e74ff19cd6 /manifests | |
parent | 60fb133f59a58ebea76c6f23e51ae849eaff4676 (diff) | |
download | puppet-b85be85969ff494885da17263d6148d2a68efd8e.tar puppet-b85be85969ff494885da17263d6148d2a68efd8e.tar.gz puppet-b85be85969ff494885da17263d6148d2a68efd8e.tar.bz2 puppet-b85be85969ff494885da17263d6148d2a68efd8e.tar.xz puppet-b85be85969ff494885da17263d6148d2a68efd8e.zip |
Add xymon::client to default_mageia_server
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/common.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/common.pp b/manifests/common.pp index 4cdf5cf3..5436a952 100644 --- a/manifests/common.pp +++ b/manifests/common.pp @@ -107,6 +107,7 @@ class default_mageia_server_no_smtp { class default_mageia_server inherits default_mageia_server_no_smtp { include postfix::simple_relay + include xymon::client # include ssmtp } |