From: Stephen Gran Date: Thu, 7 May 2009 00:35:51 +0000 (+0100) Subject: Add spohr X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=a6a806b9918fc786b2c2e06a8b5c13cc522aea14;p=mirror%2Fdsa-puppet.git Add spohr Signed-off-by: Stephen Gran --- diff --git a/modules/exim/manifests/init.pp b/modules/exim/manifests/init.pp index 77ad2eb39..b6f8cf95b 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: { + handel, kassia, piatti, spohr: { file { "/etc/exim4/exim4.conf": content => template("exim/eximconf.erb"),