From: Peter Palfrader Date: Tue, 14 Sep 2010 21:44:22 +0000 (+0200) Subject: bartok basic afs client. not much magic happening X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9e646dabeceba1b614387669bff0e094c4259c44;p=mirror%2Fdsa-puppet.git bartok basic afs client. not much magic happening --- diff --git a/manifests/site.pp b/manifests/site.pp index 564d270fc..1c0add13e 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -112,10 +112,17 @@ node default { include samhain case $hostname { - byrd,schuetz,draghi,lamb,locke,rautavaara: { include krb } - } - case $hostname { - lamb,locke,rautavaara: { include afs::server } + byrd,schuetz,draghi: { + include krb + } + bartok: { + include krb + include afs + } + lamb,locke,rautavaara: { + include krb + include afs::server + } } }