diff options
Diffstat (limited to 'packer/templates/basebuild.json')
-rw-r--r-- | packer/templates/basebuild.json | 5 |
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", |