Class: BeakerAnswers::Version20163 Private

Inherits:
Version20162 show all
Defined in:
lib/beaker-answers/versions/version20163.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.3

Direct Known Subclasses

Version20164

Constant Summary

Constants inherited from Answers

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Version20162

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

Methods inherited from Version30

#host_answers

Methods inherited from Answers

#answer_for, #answer_hiera, #answer_string, #answers, create, #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/version20163.rb', line 9

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

Instance Method Details

#generate_answersObject

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.



13
14
15
16
17
18
19
20
# File 'lib/beaker-answers/versions/version20163.rb', line 13

def generate_answers
  the_answers = super

  # use_application_services is deprecated
  the_answers.delete('puppet_enterprise::use_application_services')

  the_answers
end