Skip to content

Commit

Permalink
Wait for pulumi_vars.yaml in cloud init
Browse files Browse the repository at this point in the history
  • Loading branch information
JimMadge committed Sep 24, 2024
1 parent 8842150 commit 74de936
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,7 @@ runcmd:

# Run desired state service
# -------------------------
- echo ">=== Waiting for Pulumi vars file... ===<"
- while (! test -f /var/local/ansible/vars/pulumi_vars.yaml) do sleep 5; done
- echo ">=== Running initial desired state configuration... ===<"
- systemctl start desired-state

0 comments on commit 74de936

Please sign in to comment.