summaryrefslogtreecommitdiffstats
path: root/files/machine_types.rb
diff options
context:
space:
mode:
Diffstat (limited to 'files/machine_types.rb')
-rw-r--r--files/machine_types.rb5
1 files changed, 0 insertions, 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. #