Skip to content
Snippets Groups Projects
Commit 4d3ae7e0 authored by Mike Marchetti's avatar Mike Marchetti Committed by Gerrit Code Review
Browse files

Merge "Setup sudo nopassword for initial packer build"

parents 17f525ff bcbad570
Branches
Tags
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.
Please to comment