aboutsummaryrefslogtreecommitdiff
path: root/packer/plugin.pkr.hcl
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-01-31 16:55:54 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-01-31 16:55:54 +0100
commit47aa1f63736103deb23bab13bc62d593902a168b (patch)
tree8c4f29176a235094eb330fd84ec8db374c556374 /packer/plugin.pkr.hcl
parentf8d5025fa2b03c2bd1454c8600eda77b7536a4c7 (diff)
packer: updating debian template, currently stuck at 'Waiting for cloud-init'
Diffstat (limited to 'packer/plugin.pkr.hcl')
-rw-r--r--packer/plugin.pkr.hcl8
1 files changed, 0 insertions, 8 deletions
diff --git a/packer/plugin.pkr.hcl b/packer/plugin.pkr.hcl
deleted file mode 100644
index 4265280..0000000
--- a/packer/plugin.pkr.hcl
+++ /dev/null
@@ -1,8 +0,0 @@
-packer {
- required_plugins {
- name = {
- version = "~> 1"
- source = "github.com/hashicorp/proxmox"
- }
- }
-}