From: Martin Zobel-Helas Date: Sat, 19 Feb 2011 21:04:22 +0000 (+0100) Subject: don't accept RA at 1&1 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=3b3fea726ba4fbc9aa9cecad6b1eb6bf3232406d;p=mirror%2Fdsa-puppet.git don't accept RA at 1&1 Signed-off-by: Martin Zobel-Helas --- diff --git a/manifests/site.pp b/manifests/site.pp index 45e7f3c7e..9a09d547f 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -144,6 +144,12 @@ node default { include afs::server } } + + case $hostname { + chopin,geo3,soler,wieck: { + include sysctl + } + } } # vim:set et: