Skip to content

Commit 782e00d

Browse files
committed
Moved hetzner cloud in subdir
1 parent 4eea4e3 commit 782e00d

File tree

6 files changed

+1
-2
lines changed

6 files changed

+1
-2
lines changed

manifests/site.pp

-1
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,4 @@
9090

9191
# We just do everything in psick module
9292
include '::psick'
93-
9493
}
File renamed without changes.

terraform/hcloud.tf terraform/hetznercloud/hcloud.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ resource "hcloud_server" "client_nodes" {
5757
host = self.ipv4_address
5858
}
5959
provisioner "file" {
60-
source = "../bin/bootstrap/cloud_init.sh"
60+
source = "../../bin/bootstrap/cloud_init.sh"
6161
destination = "/tmp/cloud_init.sh"
6262
}
6363

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)