31 |
STEP 1: Plan
32 | Status:
33 |
{{data.plan.text}}
34 | {{#unless data.plan.changes_needed}}
35 |
36 | Notice:
37 | All is up to date, no change needed
38 |
39 | {{/unless}}
40 | {{#if data.plan.valid}}
41 | By: {{data.plan.exec_user}}
42 | On: {{data.plan.datetime}}
43 | Changes:
44 |
+{{data.plan.add}}
45 |
~{{data.plan.change}}
46 |
-{{data.plan.destroy}}
47 |
48 | {{else}}
49 | Action:
Run Plan
50 | {{/if}}
51 |
STEP 2: Apply
52 |
53 | {{#if data.plan.valid}}
54 |
Run Apply
55 | {{else}}
56 |
57 | Notice:
58 | Run plan successfully first
59 |
60 | {{/if}}
61 |