Class: ConfigOMat::Op::CommitStagedProfile
- Inherits:
-
LifecycleVM::OpBase
- Object
- LifecycleVM::OpBase
- ConfigOMat::Op::CommitStagedProfile
- Defined in:
- lib/config_o_mat/configurator/op/commit_staged_profile.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
25 26 27 28 29 30 31 32 |
# File 'lib/config_o_mat/configurator/op/commit_staged_profile.rb', line 25 def call # This happens in the first boot case, where we apply all profiles at once and so there's no # individual applying_profile. return if .nil? applied_profiles[.name] = self. = nil end |