diff --git a/recipes/alpine/kubernetes.pkr.hcl b/recipes/alpine/kubernetes.pkr.hcl index c975189..e9ba131 100644 --- a/recipes/alpine/kubernetes.pkr.hcl +++ b/recipes/alpine/kubernetes.pkr.hcl @@ -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" diff --git a/recipes/alpine/matchbox.pkr.hcl b/recipes/alpine/matchbox.pkr.hcl index 500a698..7b4c15d 100644 --- a/recipes/alpine/matchbox.pkr.hcl +++ b/recipes/alpine/matchbox.pkr.hcl @@ -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