From: Stephen Gran Date: Thu, 7 May 2009 00:16:14 +0000 (+0100) Subject: Add kassia X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=8de47bd0f8098e175f9a91f91756f88729b4fdc1;hp=00bc5ad0b2be00b1c09118416c2a9537a02736b7;p=mirror%2Fdsa-puppet.git Add kassia Signed-off-by: Stephen Gran --- diff --git a/modules/exim/manifests/init.pp b/modules/exim/manifests/init.pp index b2c1e71fa..25be3b9f6 100644 --- a/modules/exim/manifests/init.pp +++ b/modules/exim/manifests/init.pp @@ -3,7 +3,7 @@ class exim { package { exim4-daemon-heavy: ensure => installed } case $hostname { - handel: { + handel, kassia: { file { "/etc/exim4/exim4.conf": content => template("exim/eximconf.erb"),