From: Stephen Gran Date: Thu, 7 May 2009 06:49:05 +0000 (+0100) Subject: last service host X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=dac3b98b327149bf1458d77bec32a77ce4facc2c;p=mirror%2Fdsa-puppet.git last service host Signed-off-by: Stephen Gran --- diff --git a/modules/exim/manifests/init.pp b/modules/exim/manifests/init.pp index 48f462151..a1d47c021 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, kassia, piatti, spohr, ancina, allegri: { + handel, kassia, piatti, spohr, ancina, allegri, powell: { file { "/etc/exim4/exim4.conf": content => template("exim/eximconf.erb"),