Sha256: fc6f14265ddf3f8f601c8657bd884635a40312b2cfaaf2d0ae0c935e7e55c4f9

Contents?: true

Size: 210 Bytes

Versions: 127

Compression:

Stored size: 210 Bytes

Contents

class Specinfra::Helper::DetectOs::Plamo < Specinfra::Helper::DetectOs
  def self.detect
    if run_command('ls /usr/lib/setup/Plamo-*').success?
      { :family => 'plamo', :release => nil }
    end
  end
end

Version data entries

127 entries across 127 versions & 1 rubygems

Version Path
specinfra-2.21.1 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.21.0 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.20.2 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.20.1 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.20.0 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.19.6 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.19.5 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.19.4 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.19.3 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.19.2 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.19.1 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.19.0 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.18.3 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.18.2 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.18.1 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.18.0 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.17.1 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.17.0 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.16.0 lib/specinfra/helper/detect_os/plamo.rb
specinfra-2.15.2 lib/specinfra/helper/detect_os/plamo.rb