github.com/ttysteale/packer@v0.8.2-0.20150708160520-e5f8ea386ed8/template/test-fixtures/parse-provisioner-except.json (about)

     1  {
     2      "provisioners": [
     3          {
     4              "type": "something",
     5              "except": ["foo"]
     6          }
     7      ]
     8  }