From: Peter Palfrader Date: Fri, 28 Jun 2013 08:42:57 +0000 (+0200) Subject: no nfs server on spohr anymore X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=3faa65a3fc8e4021192dd8c66280a4127febd50c no nfs server on spohr anymore --- diff --git a/manifests/site.pp b/manifests/site.pp index 5f31bc52..ab482e3f 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -99,7 +99,7 @@ node default { include dacs } - if $::hostname in [beethoven,spohr,stabile,beach,glinka,milanollo,rautavaara] { + if $::hostname in [beethoven,stabile,beach,glinka,milanollo,rautavaara] { include nfs-server }