diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-30 21:07:07 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-30 21:07:07 +0100 |
commit | 3a63650aa95666b1b557250bbc59611747254ffa (patch) | |
tree | dfda340bf42ffcbaa188fcd151987c1c62aa0ada /packer/ubuntu-server-noble/files/99-pve.cfg | |
parent | a3cf8b4df83b83ed497f387a539f8530b7dc9888 (diff) |
Adds first packer tests (ubuntu & debian)
Diffstat (limited to 'packer/ubuntu-server-noble/files/99-pve.cfg')
-rw-r--r-- | packer/ubuntu-server-noble/files/99-pve.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packer/ubuntu-server-noble/files/99-pve.cfg b/packer/ubuntu-server-noble/files/99-pve.cfg new file mode 100644 index 0000000..e5477bc --- /dev/null +++ b/packer/ubuntu-server-noble/files/99-pve.cfg @@ -0,0 +1 @@ +datasource_list: [ConfigDrive, NoCloud] |