Sha256: 681c380f1cdef39315ebfce2d68002367a63301864a6e8bc47efc4ec9d2da4f1

Contents?: true

Size: 486 Bytes

Versions: 3

Compression:

Stored size: 486 Bytes

Contents

require 'hammer_cli_foreman/combination'

module HammerCLIForemanPuppet
  HammerCLIForeman::Combination::InfoCombination.extend_with(
    HammerCLIForemanPuppet::CommandExtensions::PuppetEnvironment.new
  )
  HammerCLIForeman::Combination::UpdateCombination.extend_with(
    HammerCLIForemanPuppet::CommandExtensions::PuppetEnvironment.new
  )
  HammerCLIForeman::Combination::CreateCombination.extend_with(
    HammerCLIForemanPuppet::CommandExtensions::PuppetEnvironment.new
  )
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hammer_cli_foreman_puppet-0.0.3 lib/hammer_cli_foreman_puppet/combination.rb
hammer_cli_foreman_puppet-0.0.2 lib/hammer_cli_foreman_puppet/combination.rb
hammer_cli_foreman_puppet-0.0.1 lib/hammer_cli_foreman_puppet/combination.rb