update website

This commit is contained in:
Megan Marsh 2021-04-19 16:58:48 -07:00
parent 9044deeb05
commit 5145893ae5
2 changed files with 10 additions and 5 deletions

View File

@ -696,10 +696,6 @@
} }
] ]
}, },
{
"title": "CloudStack",
"path": "builders/cloudstack"
},
{ {
"title": "DigitalOcean", "title": "DigitalOcean",
"path": "builders/digitalocean" "path": "builders/digitalocean"

View File

@ -23,12 +23,21 @@
"path": "chef", "path": "chef",
"repo": "hashicorp/packer-plugin-chef", "repo": "hashicorp/packer-plugin-chef",
"version": "latest", "version": "latest",
"pluginTier": "community" "pluginTier": "community",
"version": "latest"
},
{
"title": "Cloudstack",
"path": "cloudstack",
"repo": "hashicorp/packer-plugin-cloudstack",
"pluginTier": "community",
"version": "latest"
}, },
{ {
"title": "Docker", "title": "Docker",
"path": "docker", "path": "docker",
"repo": "hashicorp/packer-plugin-docker", "repo": "hashicorp/packer-plugin-docker",
"version": "latest" "version": "latest"
}, },
{ {