diff options
author | Michael Scherer <misc@mageia.org> | 2012-03-22 15:18:24 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-03-22 15:18:24 +0000 |
commit | 6c686c242f8b05fd88cd977cb250c250dcf6104c (patch) | |
tree | 93145719973dcb8f8a1de28a024f0fb19e59ea23 /manifests/nodes | |
parent | 040e85305d9d750c7e9d7792aa6abfa4317cbf44 (diff) | |
download | puppet-6c686c242f8b05fd88cd977cb250c250dcf6104c.tar puppet-6c686c242f8b05fd88cd977cb250c250dcf6104c.tar.gz puppet-6c686c242f8b05fd88cd977cb250c250dcf6104c.tar.bz2 puppet-6c686c242f8b05fd88cd977cb250c250dcf6104c.tar.xz puppet-6c686c242f8b05fd88cd977cb250c250dcf6104c.zip |
clean postfix module, rework the layout and split it in several file
Diffstat (limited to 'manifests/nodes')
-rw-r--r-- | manifests/nodes/alamut.pp | 2 | ||||
-rw-r--r-- | manifests/nodes/krampouezh.pp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp index c3875803..f426d83f 100644 --- a/manifests/nodes/alamut.pp +++ b/manifests/nodes/alamut.pp @@ -20,7 +20,7 @@ node alamut { include transifex include bugzilla include sympa::server - include postfix::primary_smtp + include postfix::server::primary # temporary, just the time the vm is running there host { 'friteuse': diff --git a/manifests/nodes/krampouezh.pp b/manifests/nodes/krampouezh.pp index 7fb5ed32..91510972 100644 --- a/manifests/nodes/krampouezh.pp +++ b/manifests/nodes/krampouezh.pp @@ -5,7 +5,7 @@ node krampouezh { # #include common::default_mageia_server include common::default_mageia_server_no_smtp - include postfix::secondary_smtp + include postfix::server::secondary include blog::base include blog::db_backup include mysql::server |