podman and salt-minion version hold

This commit is contained in:
do
2021-01-27 11:10:17 +01:00
parent e33986768b
commit 01b2b894b7
6 changed files with 34 additions and 1 deletions

19
k8s/podman.sls Normal file
View File

@@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
include:
- .repo.debian-bullseye
podman_pkgs:
pkg.installed:
- pkgs:
- podman
- require:
- pkgrepo: repo_debian-bullseye
/etc/containers/policy.json:
file.managed:
- source: salt://k8s/files/podman-policy.json
- mode: 644
- user: root
- group: root