Skip to content

Commit

Permalink
fix community plan
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner authored Jul 15, 2023
1 parent 38bf5d0 commit 52a3e93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/unfurl-artifacts/lib/os_vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ node_types:
delete:
defaults:
outputs:
public_ip: public_address
public_ip: public_ip
public_address: public_address
inputs:
tfvars: |
Expand Down
2 changes: 2 additions & 0 deletions examples/unfurl-artifacts/lib/shop_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,13 @@ node_types:
file:
path: '/etc/systemd/system/{{ SELF.application_name }}.service'
state: absent
become: true
when: SELF.deployment_mode == "OS"

- name: Reload daemon
systemd:
daemon_reload: true
become: true
when: SELF.deployment_mode == "OS"

- name: delete application directory
Expand Down

0 comments on commit 52a3e93

Please sign in to comment.