podman and salt-minion version hold
This commit is contained in:
19
k8s/podman.sls
Normal file
19
k8s/podman.sls
Normal 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
|
||||
Reference in New Issue
Block a user