aboutsummaryrefslogtreecommitdiffstats
path: root/packer/templates/basebuild.json
diff options
context:
space:
mode:
Diffstat (limited to 'packer/templates/basebuild.json')
-rw-r--r--packer/templates/basebuild.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/packer/templates/basebuild.json b/packer/templates/basebuild.json
index b757f6af..8e60b5f9 100644
--- a/packer/templates/basebuild.json
+++ b/packer/templates/basebuild.json
@@ -41,6 +41,11 @@
},
{
"type": "shell",
+ "environment_vars": [
+ "LAVAHOST={{user `lavahost`}}",
+ "LAVAUSER={{user `lavauser`}}",
+ "LAVATOKEN={{user `lavatoken`}}"
+ ],
"scripts": [
"provision/baseline.sh",
"provision/basebuild.sh",