Sha256: 39dd0b398278393314231e0159150401f2f95021036aefe6272bb921901d7afb

Contents?: true

Size: 654 Bytes

Versions: 84

Compression:

Stored size: 654 Bytes

Contents

module Specinfra::Helper
  class DetectOs
    def self.run_command(cmd)
      Specinfra.backend.run_command(cmd)
    end
  end
end

require 'specinfra/helper/detect_os/aix'
require 'specinfra/helper/detect_os/arch'
require 'specinfra/helper/detect_os/darwin'
require 'specinfra/helper/detect_os/debian'
require 'specinfra/helper/detect_os/freebsd'
require 'specinfra/helper/detect_os/gentoo'
require 'specinfra/helper/detect_os/nixos'
require 'specinfra/helper/detect_os/openbsd'
require 'specinfra/helper/detect_os/plamo'
require 'specinfra/helper/detect_os/redhat'
require 'specinfra/helper/detect_os/solaris'
require 'specinfra/helper/detect_os/suse'

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
specinfra-2.6.0 lib/specinfra/helper/detect_os.rb
specinfra-2.5.0 lib/specinfra/helper/detect_os.rb
specinfra-2.4.5 lib/specinfra/helper/detect_os.rb
specinfra-2.4.4 lib/specinfra/helper/detect_os.rb
specinfra-2.4.3 lib/specinfra/helper/detect_os.rb
specinfra-2.4.2 lib/specinfra/helper/detect_os.rb
specinfra-2.4.1 lib/specinfra/helper/detect_os.rb
specinfra-2.4.0 lib/specinfra/helper/detect_os.rb
specinfra-2.3.2 lib/specinfra/helper/detect_os.rb
specinfra-2.3.1 lib/specinfra/helper/detect_os.rb
specinfra-2.3.0 lib/specinfra/helper/detect_os.rb
specinfra-2.2.4 lib/specinfra/helper/detect_os.rb
specinfra-2.2.3 lib/specinfra/helper/detect_os.rb
specinfra-2.2.2 lib/specinfra/helper/detect_os.rb
specinfra-2.2.1 lib/specinfra/helper/detect_os.rb
specinfra-2.2.0 lib/specinfra/helper/detect_os.rb
specinfra-2.1.1 lib/specinfra/helper/detect_os.rb
specinfra-2.1.0 lib/specinfra/helper/detect_os.rb
specinfra-2.0.4 lib/specinfra/helper/detect_os.rb
specinfra-2.0.3 lib/specinfra/helper/detect_os.rb