summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2008-07-11 17:37:56 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2008-07-11 17:37:56 -0400
commitc1fa9bd815e4e8cf7d1d59659fc2ed3b00356151 (patch)
tree7c257e87fd7bcdba18edf43c8315acc22e25d3ca
parent1f5200a9bd53fc0fa90a433eba1b359d590ffcfc (diff)
downloadpuppet-repo_extentions-c1fa9bd815e4e8cf7d1d59659fc2ed3b00356151.tar.gz
puppet-repo_extentions-c1fa9bd815e4e8cf7d1d59659fc2ed3b00356151.tar.xz
puppet-repo_extentions-c1fa9bd815e4e8cf7d1d59659fc2ed3b00356151.zip
repoappliance is set for all machine via genome-bootstrap
-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. #