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.19.2 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.19.1 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.19.0 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.18.2 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.18.1 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.18.0 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.17.14 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.17.13 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.17.12 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.17.11 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.17.10 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.17.9 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.17.8 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.17.7 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.17.6 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.17.5 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.17.4 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.17.3 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.17.2 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.17.1 lib/pe_build/cap/detect_installer/sles.rb