Disable stage3 in branch WIM
[osm/devops.git] / 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",