Auto-generated patches to resolve prettier / yamllint
[releng/builder.git] / packer / templates / devstack.json
index f65fc8431c7501981a350617e40d43879c94edbf..e461a9a24ab15d33e65fbcf8a885eba81f14b80e 100644 (file)
@@ -40,9 +40,7 @@
   "provisioners": [
     {
       "type": "shell",
-      "scripts": [
-        "common-packer/provision/install-python.sh"
-      ],
+      "scripts": ["common-packer/provision/install-python.sh"],
       "execute_command": "chmod +x {{ .Path }}; if [ \"$UID\" == \"0\" ]; then {{ .Vars }} '{{ .Path }}'; else {{ .Vars }} sudo -E '{{ .Path }}'; fi"
     },
     {