Module: HammerCLIForemanPuppet::EnvironmentNameMapping
- Included in:
- AssociatingCommands::PuppetEnvironment::AddPuppetEnvironmentCommand, AssociatingCommands::PuppetEnvironment::RemovePuppetEnvironmentCommand, Host::InfoCommand, Host::PuppetClassesCommand, PuppetEnvironment::CreateCommand, PuppetEnvironment::DeleteCommand, PuppetEnvironment::InfoCommand, PuppetEnvironment::ListCommand, PuppetEnvironment::SCParamsCommand, PuppetEnvironment::UpdateCommand
- Defined in:
- lib/hammer_cli_foreman_puppet/environment_name_mapping.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 |
# File 'lib/hammer_cli_foreman_puppet/environment_name_mapping.rb', line 3 def self.included(base) base.extend(ClassMethods) end |