X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=packer%2Fubuntu1604-juju.json;h=36b2509567070a680f3da7dcd56dbae983e9c935;hb=c21682ce59fc2e73c65c0abee36d990c3fd4b161;hp=f4930fc7499b297dc458c17b6ac527d565d08583;hpb=159cbb8752b8d9b9b5e2db36234a7495834d6eda;p=osm%2Fdevops.git diff --git a/packer/ubuntu1604-juju.json b/packer/ubuntu1604-juju.json index f4930fc7..36b25095 100644 --- a/packer/ubuntu1604-juju.json +++ b/packer/ubuntu1604-juju.json @@ -3,12 +3,11 @@ { "type": "shell", "execute_command": "echo 'vagrant' | {{.Vars}} sudo -S -E bash '{{.Path}}'", - "script": "scripts/install_packages.sh" + "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",