Class: ConfigOMat::Op::StageOneProfile

Inherits:
LifecycleVM::OpBase
  • Object
show all
Defined in:
lib/config_o_mat/configurator/op/stage_one_profile.rb

Instance Method Summary collapse

Instance Method Details

#callObject



25
26
27
28
29
30
# File 'lib/config_o_mat/configurator/op/stage_one_profile.rb', line 25

def call
  self.applying_profile = profiles_to_apply.pop

  # We defer error checking to GenerateAllTemplates so that even if errored the profile gets set as
  # the applying_profile, which simplifies retry logic.
end