From: Stephen Gran Date: Thu, 7 May 2009 00:27:13 +0000 (+0100) Subject: Add piatti X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1df5c25b23469af98be4b038bdf6e6b674d42ece;p=dsa-puppet.git Add piatti Signed-off-by: Stephen Gran --- diff --git a/modules/exim/manifests/init.pp b/modules/exim/manifests/init.pp index 25be3b9f..77ad2eb3 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: { + handel, kassia, piatti: { file { "/etc/exim4/exim4.conf": content => template("exim/eximconf.erb"),