bullseye and non-debian. mpd
This commit is contained in:
@@ -69,5 +69,5 @@ location = "cr.lan"
|
||||
# # 2. example-mirror-1.local/mirrors/foo/image:latest
|
||||
# # 3. internal-registry-for-example.net/bar/image:latest
|
||||
# # in order, and use the first one that exists.
|
||||
[[registry.mirror]]
|
||||
location = dr-mirror.lan
|
||||
#[[registry.mirror]]
|
||||
#location = dr-mirror.lan
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# vim: ft=yaml
|
||||
---
|
||||
{% if grains['oscodename'] != 'bullseye' %}
|
||||
include:
|
||||
- .repo.debian-bullseye
|
||||
{% endif %}
|
||||
|
||||
podman_pkgs:
|
||||
pkg.installed:
|
||||
@@ -10,8 +12,6 @@ podman_pkgs:
|
||||
- podman
|
||||
- runc
|
||||
- containers-storage
|
||||
- require:
|
||||
- pkgrepo: repo_debian-bullseye
|
||||
|
||||
/etc/containers/policy.json:
|
||||
file.managed:
|
||||
|
||||
Reference in New Issue
Block a user