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.16.0 lib/specinfra/helper/detect_os.rb
specinfra-2.15.2 lib/specinfra/helper/detect_os.rb
specinfra-2.15.1 lib/specinfra/helper/detect_os.rb
specinfra-2.15.0 lib/specinfra/helper/detect_os.rb
specinfra-2.14.4 lib/specinfra/helper/detect_os.rb
specinfra-2.14.3 lib/specinfra/helper/detect_os.rb
specinfra-2.14.2 lib/specinfra/helper/detect_os.rb
specinfra-2.14.1 lib/specinfra/helper/detect_os.rb
specinfra-2.14.0 lib/specinfra/helper/detect_os.rb
specinfra-2.13.1 lib/specinfra/helper/detect_os.rb
specinfra-2.13.0 lib/specinfra/helper/detect_os.rb
specinfra-2.12.7 lib/specinfra/helper/detect_os.rb
specinfra-2.12.6 lib/specinfra/helper/detect_os.rb
specinfra-2.12.5 lib/specinfra/helper/detect_os.rb
specinfra-2.12.4 lib/specinfra/helper/detect_os.rb
specinfra-2.12.3 lib/specinfra/helper/detect_os.rb
specinfra-2.12.1 lib/specinfra/helper/detect_os.rb
specinfra-2.12.0 lib/specinfra/helper/detect_os.rb
specinfra-2.11.10 lib/specinfra/helper/detect_os.rb
specinfra-2.11.9 lib/specinfra/helper/detect_os.rb