projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8548816
)
Remove sudo from installing packages
21/6621/1
author
Mike Marchetti
<mmarchetti@sandvine.com>
Wed, 3 Oct 2018 19:37:21 +0000
(15:37 -0400)
committer
Mike Marchetti
<mmarchetti@sandvine.com>
Wed, 3 Oct 2018 19:37:21 +0000
(15:37 -0400)
Change-Id: Iee63f6494a989ec895be74cd2df8276bab1f78e0
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
packer/ubuntu1604-juju.json
patch
|
blob
|
history
diff --git
a/packer/ubuntu1604-juju.json
b/packer/ubuntu1604-juju.json
index
f4930fc
..
5141745
100644
(file)
--- a/
packer/ubuntu1604-juju.json
+++ b/
packer/ubuntu1604-juju.json
@@
-2,7
+2,6
@@
"provisioners": [
{
"type": "shell",
- "execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E bash '{{.Path}}'",
"script": "scripts/install_packages.sh"
},
{