Class: ConfigOMat::Op::StageOneProfile
- Inherits:
-
LifecycleVM::OpBase
- Object
- LifecycleVM::OpBase
- ConfigOMat::Op::StageOneProfile
- Defined in:
- lib/config_o_mat/configurator/op/stage_one_profile.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
25 26 27 28 29 30 |
# File 'lib/config_o_mat/configurator/op/stage_one_profile.rb', line 25 def call self. = 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 |