From b19980c26e9ba9e8ff07bbe20eeda0ce65991506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kiss=20Tam=C3=A1s?= Date: Mon, 16 May 2022 09:31:51 +0000 Subject: [PATCH] Add libvirt plugin (#11762) This PR adds my packer plugin supporting remote builds on Libvirt hypervisors to the plugin manifest. --- website/data/plugins-manifest.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/data/plugins-manifest.json b/website/data/plugins-manifest.json index 356b5f8f0..99a5727a3 100644 --- a/website/data/plugins-manifest.json +++ b/website/data/plugins-manifest.json @@ -159,6 +159,13 @@ "version": "latest", "isHcpPackerReady": true }, + { + "title": "Libvirt", + "path": "libvirt", + "repo": "thomasklein94/packer-plugin-libvirt", + "pluginTier": "community", + "version": "latest" + }, { "title": "LXC", "path": "lxc",