class Specinfra::Helper::DetectOs::Plamo

Public Instance Methods

detect() click to toggle source
# File lib/specinfra/helper/detect_os/plamo.rb, line 2
def detect
  if run_command('ls /usr/lib/setup/Plamo-*').success?
    { :family => 'plamo', :release => nil }
  end
end