Class: BeakerAnswers::Version20164 Private

Inherits:
Version20163 show all
Defined in:
lib/beaker-answers/versions/version20164.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

This class provides answer file information for PE version 2016.4

Direct Known Subclasses

Version20165

Constant Summary

Constants inherited from Answers

Answers::DEFAULT_ANSWERS, Answers::DEFAULT_FORMAT, Answers::DEFAULT_HIERA_ANSWERS

Class Method Summary collapse

Methods inherited from Version20163

#generate_answers

Methods inherited from Version20162

#answer_hiera, #generate_answers, #generate_bash_answers, #generate_hiera_config, #hiera_db_config, #hiera_host_config, #installer_configuration_string

Methods inherited from Version20153

#generate_answers

Methods inherited from Version40

#generate_answers

Methods inherited from Version38

#generate_answers

Methods inherited from Version34

#generate_answers

Methods inherited from Version32

#generate_answers

Methods inherited from Version30

#generate_answers, #host_answers

Methods inherited from Answers

#answer_for, #answer_hiera, #answer_string, #answers, create, #generate_answers, #get_defaults_or_answers, #initialize, #installer_configuration_string, #only_host_with_role, supported_upgrade_versions, supported_versions

Constructor Details

This class inherits a constructor from BeakerAnswers::Answers

Class Method Details

.pe_version_matcherObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The version of PE that this set of answers is appropriate for



9
10
11
# File 'lib/beaker-answers/versions/version20164.rb', line 9

def self.pe_version_matcher
  /\A2016\.4/
end