fup
This commit is contained in:
parent
aaf4c4bdce
commit
bf76f1033b
|
@ -42,7 +42,7 @@ EOF
|
|||
content = "${jsonencode(local.Kubernetes)}"
|
||||
}
|
||||
|
||||
// Copy habor OpenRC init script to the image
|
||||
// Copy Sharemetrics script
|
||||
provisioner "file" {
|
||||
destination = "/etc/local.d/sharemetrics.start"
|
||||
source = "${local.locations.provisionning}/conf/${build.name}/sharemetrics.start"
|
||||
|
|
|
@ -42,6 +42,12 @@ EOF
|
|||
content = "${jsonencode(local.MatchBox)}"
|
||||
}
|
||||
|
||||
// Copy matchbox boot provisionning script
|
||||
provisioner "file" {
|
||||
destination = "/etc/local.d/initmatchbox.start"
|
||||
source = "${local.locations.provisionning}/conf/${build.name}/initmatchkbox.start"
|
||||
}
|
||||
|
||||
// Generate default configuration for kubernetes
|
||||
provisioner "shell" {
|
||||
max_retries = 3
|
||||
|
|
Loading…
Reference in New Issue