Sha256: 1654d656d768568baf51f0b324e9aaae65fdd2b8edbdb881c3d90cac20e12542

Contents?: true

Size: 291 Bytes

Versions: 31

Compression:

Stored size: 291 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[10 11 12]
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
vagrant-pe_build-0.17.0 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.16.0 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.15.6 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.15.5 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.15.4 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.15.3 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.15.1 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.15.0 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.14.2 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.14.1 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.14.0 lib/pe_build/cap/detect_installer/sles.rb