Merge "Setup sudo nopassword for initial packer build"
authorMike Marchetti <mmarchetti@sandvine.com>
Wed, 3 Oct 2018 20:20:53 +0000 (22:20 +0200)
committerGerrit Code Review <root@osm.etsi.org>
Wed, 3 Oct 2018 20:20:53 +0000 (22:20 +0200)
packer/ubuntu1604-juju.json

index 5141745..36b2509 100644 (file)
@@ -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",