module BeakerHostGenerator::Roles

Constants

CM_CONFIG
ROLES
ROLE_CONFIG

Public Instance Methods

get_role_config(role) click to toggle source
# File lib/beaker-hostgenerator/roles.rb, line 27
def get_role_config(role)
  ROLE_CONFIG[role] || {}
end