Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Jul 18, 2024
1 parent eb07e45 commit dc5d919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/provision/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ resource "terraform_data" "deploy_puppetserver_files" {

provisioner "remote-exec" {
inline = [
"cd tmp && sudo /usr/sbin/update_etc_puppetlabs.sh /tmp/${local.provision_folder}.zip",
"cd /tmp && sudo /usr/sbin/update_etc_puppetlabs.sh /tmp/${local.provision_folder}.zip",
"rm /tmp/${local.provision_folder}.zip"
]
}
Expand Down

0 comments on commit dc5d919

Please sign in to comment.