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.13.7 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.13.6 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.13.5 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.13.4 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.13.3 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.13.2 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.13.1 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.13.0 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.12.0 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.11.0 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.10.4 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.10.3 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.10.2 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.10.1 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.10.0 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.9.7 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.9.6 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.9.5 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.9.4 lib/pe_build/cap/detect_installer/sles.rb
vagrant-pe_build-0.9.3 lib/pe_build/cap/detect_installer/sles.rb