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.11.8 lib/specinfra/helper/detect_os.rb
specinfra-2.11.7 lib/specinfra/helper/detect_os.rb
specinfra-2.11.6 lib/specinfra/helper/detect_os.rb
specinfra-2.11.5 lib/specinfra/helper/detect_os.rb
specinfra-2.11.4 lib/specinfra/helper/detect_os.rb
specinfra-2.11.3 lib/specinfra/helper/detect_os.rb
specinfra-2.11.2 lib/specinfra/helper/detect_os.rb
specinfra-2.11.1 lib/specinfra/helper/detect_os.rb
specinfra-2.11.0 lib/specinfra/helper/detect_os.rb
specinfra-2.10.4 lib/specinfra/helper/detect_os.rb
specinfra-2.10.3 lib/specinfra/helper/detect_os.rb
specinfra-2.10.2 lib/specinfra/helper/detect_os.rb
specinfra-2.10.1 lib/specinfra/helper/detect_os.rb
specinfra-2.10.0 lib/specinfra/helper/detect_os.rb
specinfra-2.9.3 lib/specinfra/helper/detect_os.rb
specinfra-2.9.2 lib/specinfra/helper/detect_os.rb
specinfra-2.9.1 lib/specinfra/helper/detect_os.rb
specinfra-2.9.0 lib/specinfra/helper/detect_os.rb
specinfra-2.8.0 lib/specinfra/helper/detect_os.rb
specinfra-2.7.0 lib/specinfra/helper/detect_os.rb