From: Peter Palfrader Date: Fri, 8 May 2009 10:43:28 +0000 (+0200) Subject: apache2 config on samosa X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e011383de2e1a9f9f21f486c99bd1c5cd57718d4;p=mirror%2Fdsa-puppet.git apache2 config on samosa --- diff --git a/manifests/site.pp b/manifests/site.pp index 4d3b67cb5..dc5c898e9 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -47,7 +47,7 @@ node default { case $apache2 { "true": { case $hostname { - carver,rore,draghi,tartini: { include apache2 } + carver,rore,draghi,tartini,samosa: { include apache2 } default: {} } } default: {}