From c1fa9bd815e4e8cf7d1d59659fc2ed3b00356151 Mon Sep 17 00:00:00 2001 From: Brenton Leanhardt Date: Fri, 11 Jul 2008 17:37:56 -0400 Subject: repoappliance is set for all machine via genome-bootstrap --- files/machine_types.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/files/machine_types.rb b/files/machine_types.rb index 207b097..799ed81 100644 --- a/files/machine_types.rb +++ b/files/machine_types.rb @@ -39,11 +39,6 @@ # set_desc "The machine to send syslog output to" # end -newfact("repoappliance", :on_all_nodes => true) do - set_desc "The Everest Repo Appliance this machine should use for " + - "configuration and bit provisioning" -end - ############################################################################## # Machines definitions go here. It is important that this happens after the # # fact declarations. Aside from that, order does not matter. # -- cgit