Merge "Remove sudo from installing packages"
authorMike Marchetti <mmarchetti@sandvine.com>
Wed, 3 Oct 2018 19:50:57 +0000 (21:50 +0200)
committerGerrit Code Review <root@osm.etsi.org>
Wed, 3 Oct 2018 19:50:57 +0000 (21:50 +0200)
packer/ubuntu1604-juju.json

index f4930fc..5141745 100644 (file)
@@ -2,7 +2,6 @@
   "provisioners": [
     {
       "type": "shell",
-      "execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E bash '{{.Path}}'",
       "script": "scripts/install_packages.sh"
     },
     {