Sha256: 8bfb12a70e226e80e6dc663f4fe7564549ec54b6bdbbc738e39a4fc7c7d62374
Contents?: true
Size: 459 Bytes
Versions: 30
Compression:
Stored size: 459 Bytes
Contents
[ 'foss', 'pe', 'puppet', 'ezbake', 'module' ].each do |lib| require "beaker/dsl/install_utils/#{lib}_utils" end module Beaker module DSL # Collection of installation methods and support module InstallUtils include DSL::InstallUtils::PuppetUtils include DSL::InstallUtils::PEUtils include DSL::InstallUtils::FOSSUtils include DSL::InstallUtils::ModuleUtils include DSL::InstallUtils::EZBakeUtils end end end
Version data entries
30 entries across 30 versions & 1 rubygems