Skip to content

Commit

Permalink
Merge branch 'hotfix/azure-only-reboot-nvidia' of https://github.com/…
Browse files Browse the repository at this point in the history
…iterative/terraform-provider-iterative into hotfix/azure-only-reboot-nvidia
  • Loading branch information
0x2b3bfa0 committed Jun 10, 2021
2 parents 83a82cf + 8e00544 commit 0eab57e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion iterative/resource_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ EOF'
{{if eq .cloud "azure"}}
sudo systemctl enable cml.service
sudo reboot
{{else}}
{{- else}}
sudo systemctl daemon-reload
sudo systemctl enable cml.service --now
{{- end}}
Expand Down
1 change: 0 additions & 1 deletion iterative/testdata/script_template_cloud_azure.golden
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,3 @@ EOF'

sudo systemctl enable cml.service
sudo reboot

0 comments on commit 0eab57e

Please sign in to comment.