Sha256: 7d14797155dd2faf862daa768da4b8248357a4690dcb6e40cbf9d53e946a42d0

Contents?: true

Size: 318 Bytes

Versions: 14

Compression:

Stored size: 318 Bytes

Contents

# Provide an abstract base class for detecting the installer name on
# POSIX systems.
#
# @abstract
# @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.9.0 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.8.8 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.8.7 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.8.6 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.8.5 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.8.4 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.8.3 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.8.2 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.8.1 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.8.0 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.7.1 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.7.0 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.6.0 lib/pe_build/cap/detect_installer/windows.rb
vagrant-pe_build-0.5.0 lib/pe_build/cap/detect_installer/windows.rb