Sha256: 57f876d7734318f220f092011c7d44a812cd86dbbf08be9885b6b5de7cfe69da

Contents?: true

Size: 322 Bytes

Versions: 14

Compression:

Stored size: 322 Bytes

Contents

# Provide an abstract base class for detecting the installer name on
# POSIX systems.
#
# @abstract
# @api protected
class PEBuild::Cap::DetectInstaller::Windows < PEBuild::Cap::DetectInstaller::Base

  def detect
    # Yes, it really is this simple. For Windows anyway.
    "puppet-enterprise-#{@version}.msi"
  end

end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
vagrant-pe_build-0.12.0 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.11.0 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.10.4 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.10.3 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.10.2 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.10.1 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.10.0 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.9.7 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.9.6 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.9.5 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.9.4 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.9.3 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.9.2 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.9.1 lib/pe_build/cap/detect_installer/windows.rb