fix: Manage repositories

This commit is contained in:
2024-06-03 18:05:23 +02:00
parent c825925d7c
commit 028beb4ea0
8 changed files with 52 additions and 13 deletions

View File

@@ -7,11 +7,24 @@ apt_distribution_sections: main
apt_repositories: []
# Exemple:
# - name: sid
# url: http://deb.debian.org/debian
# suites: sid
# components: main
# key_path: /usr/share/keyrings/debian-archive-keyring.gpg
# - name: incus
# key: https://pkgs.zabbly.com/key.asc
# url: https://pkgs.zabbly.com/incus/stable
# distribution_release: bookworm
# distribution_section: main
# suites: bookworm
# components: main
# key_url: https://pkgs.zabbly.com/key.asc
# key_path: /etc/apt/keyrings/incus.asc
apt_preferences: []
# Exemple:
# - filename: sid
# package: "*"
# pin: release n=sid
# priority: 100
apt_remove: []
apt_install: []