From: Stephen Gran Date: Sun, 8 Nov 2009 17:04:12 +0000 (+0000) Subject: darmstadt also gets resolv.conf X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=cdcf9b2a5e6c9a089aa31198bf3dc694dade092a;p=mirror%2Fdsa-puppet.git darmstadt also gets resolv.conf Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index 9398f1c11..9a338083a 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -75,6 +75,6 @@ node default { "true": { include hosts } } case $hoster { - "ubcece": { include resolv } + "ubcece", "darmstadt": { include resolv } } }