From: Stephen Gran Date: Sun, 22 Apr 2012 19:21:48 +0000 (+0100) Subject: drop hosts that don't do ftp X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a27808992f6b4204c11804f150d07fc0f1246aa9;p=dsa-puppet.git drop hosts that don't do ftp Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 9f642cae..b33ace6a 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -3,7 +3,7 @@ class ferm::per-host { include ferm::zivit } - if $::hostname in [chopin,franck,gluck,kassia,klecker,lobos,morricone,ravel,ries,rietz,saens,schein,santoro,steffani,valente,villa,wieck,stabile,bizet] { + if $::hostname in [chopin,franck,gluck,kassia,klecker,lobos,morricone,ravel,saens,schein,santoro,steffani,valente,villa,wieck,bizet] { include ferm::ftp }