From: Peter Palfrader Date: Mon, 20 Apr 2009 17:11:40 +0000 (+0200) Subject: apache2 on rore X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=4230b9087dabf2c1bc607718ed551a741f090418;p=mirror%2Fdsa-puppet.git apache2 on rore --- diff --git a/manifests/site.pp b/manifests/site.pp index 57fb3072a..42092b1ad 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -43,7 +43,7 @@ node default { case $apache2 { "true": { case $hostname { - "carver": { include apache2 } + carver,rore: { include apache2 } default: {} } } default: {}