Method: Miasma::Models::Orchestration::Stack#plan_execute
- Defined in:
- lib/miasma/models/orchestration/stack.rb
#plan_execute ⇒ self
Execute current execute
101 102 103 104 105 106 107 108 109 |
# File 'lib/miasma/models/orchestration/stack.rb', line 101 def plan_execute if dirty?(:plan) perform_plan_execute else raise Miasma::Error::OrchestrationError::InvalidStackPlan.new( "This stack instance does not have a generated plan" ) end end |