Sha256: e5c5eeeeeeb04062302a935770476131603785464c5f3f4711cd0646b2c560ea

Contents?: true

Size: 285 Bytes

Versions: 36

Compression:

Stored size: 285 Bytes

Contents

class PEBuild::Cap::DetectInstaller::SLES < PEBuild::Cap::DetectInstaller::POSIX

  def name
    'sles'
  end

  def release_file
    '/etc/SuSE-release'
  end

  def release_file_format
    %r[^SUSE Linux Enterprise Server (\d+)]
  end

  def supported_releases
    %w[11]
  end
end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
vagrant-pe_build-0.9.2 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.9.1 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.9.0 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.8.8 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.8.7 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.8.6 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.8.5 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.8.4 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.8.3 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.8.2 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.8.1 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.8.0 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.7.1 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.7.0 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.6.0 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.5.0 lib/pe_build/cap/detect_installer/sles.rb