From: Stephen Gran Date: Tue, 27 Jul 2010 07:44:55 +0000 (+0100) Subject: spohr has nfs that is able to be firewalled now X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=sidebyside;h=7990ed9edd0afcabf7b518d9600ceacf9e6a0896;p=mirror%2Fdsa-puppet.git spohr has nfs that is able to be firewalled now Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index b073422af..f287164df 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -87,7 +87,7 @@ node default { } case $hostname { - cilea,luchesi,merikanto,paganini,rautavaara,sibelius,spohr: {} + cilea,luchesi,merikanto,paganini,rautavaara,sibelius: {} default: { case $kernel { Linux: { diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 14c69904a..5a9d48b69 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -18,7 +18,7 @@ class ferm::per-host { } case $hostname { - ravel: { + ravel,spohr: { include ferm::nfs-server } }