From: Peter Palfrader Date: Tue, 7 Apr 2009 22:09:34 +0000 (+0200) Subject: Start testing sudo on handel X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=020953a1799202072c6ee287cbef3c3dd118f92c;p=dsa-puppet.git Start testing sudo on handel --- diff --git a/manifests/site.pp b/manifests/site.pp index 5db56071..0abb3cd6 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -42,6 +42,12 @@ node default { } } default: {} } + + # test here first + case $hostname { + handel: { include sudo } + default: {} + } } node penalosa inherits default {