summaryrefslogtreecommitdiffstats
path: root/files/machine_types.rb
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2008-07-11 17:24:21 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2008-07-11 17:24:21 -0400
commit1f5200a9bd53fc0fa90a433eba1b359d590ffcfc (patch)
tree15f5048863688e1e6daf244ea10844349c79f39d /files/machine_types.rb
parent975a0f53df3261cbd795958c9d3e663f00ebce73 (diff)
downloadpuppet-repo_extentions-1f5200a9bd53fc0fa90a433eba1b359d590ffcfc.tar.gz
puppet-repo_extentions-1f5200a9bd53fc0fa90a433eba1b359d590ffcfc.tar.xz
puppet-repo_extentions-1f5200a9bd53fc0fa90a433eba1b359d590ffcfc.zip
Adding the genomerepo::client class to all custom machine types
Diffstat (limited to 'files/machine_types.rb')
-rw-r--r--files/machine_types.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/files/machine_types.rb b/files/machine_types.rb
index 8d5ff8d..207b097 100644
--- a/files/machine_types.rb
+++ b/files/machine_types.rb
@@ -49,7 +49,11 @@ end
# fact declarations. Aside from that, order does not matter. #
##############################################################################
-# classes_on_all_machine_types "puppet::client"
+# This is used so that all custom machine types run the puppet service. It is
+# completely optional. If you would like to define how the service is run on
+# your machine type feel free to comment this line out and include your own
+# class in your custom machine.
+classes_on_all_machine_types "genomerepo::client"
# newmachine("jboss-dev") do
# include_facts "logserver"