diff options
-rw-r--r-- | files/machine_types.rb | 6 |
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" |