class BeakerAnswers::Version20163

This class provides answer file information for PE version 2016.3

@api private

Public Class Methods

pe_version_matcher() click to toggle source

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

# File lib/beaker-answers/versions/version20163.rb, line 9
def self.pe_version_matcher
  /\A2016\.3/
end

Public Instance Methods

generate_answers() click to toggle source
# 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