2023-04-16 23:12:52 +02:00
|
|
|
# apparmor.d - Full set of apparmor profiles
|
2024-02-07 00:16:21 +01:00
|
|
|
# Copyright (C) 2023-2024 Alexandre Pujol <alexandre@pujol.io>
|
2023-04-16 23:12:52 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
|
2023-09-01 20:13:47 +02:00
|
|
|
packer {
|
|
|
|
required_plugins {
|
|
|
|
ansible = {
|
|
|
|
source = "github.com/hashicorp/ansible"
|
|
|
|
version = "~> 1"
|
|
|
|
}
|
|
|
|
qemu = {
|
|
|
|
source = "github.com/hashicorp/qemu"
|
|
|
|
version = "~> 1"
|
|
|
|
}
|
2024-01-27 20:34:41 +01:00
|
|
|
vagrant = {
|
2024-01-27 21:33:38 +01:00
|
|
|
source = "github.com/hashicorp/vagrant"
|
2024-01-27 20:34:41 +01:00
|
|
|
version = "~> 1"
|
|
|
|
}
|
2023-09-01 20:13:47 +02:00
|
|
|
}
|
|
|
|
}
|