Skip to content
Snippets Groups Projects
Commit bcbad570 authored by Mike Marchetti's avatar Mike Marchetti
Browse files

Setup sudo nopassword for initial packer build


Change-Id: I662c8f3fdc26be5c0117e663346ff1d29d60ac0b
Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent 081ad32a
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,12 @@
"provisioners": [
{
"type": "shell",
"script": "scripts/install_packages.sh"
"execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E bash '{{.Path}}'",
"script": "scripts/setup.sh"
},
{
"type": "shell",
"execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E bash '{{.Path}}'",
"script": "scripts/setup.sh"
"script": "scripts/install_packages.sh"
},
{
"type": "file",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment