Podman confd
This commit is contained in:
parent
013d209a5d
commit
5c9b6bd8eb
1 changed files with 19 additions and 3 deletions
|
@ -4,12 +4,28 @@ applications_podman_pkgs:
|
|||
- podman
|
||||
- podman-openrc
|
||||
|
||||
applications_podman_enable:
|
||||
service.enabled:
|
||||
- name: podman
|
||||
applications_podman_rootless_confd:
|
||||
file.keyvalue:
|
||||
- name: /etc/conf.d/podman
|
||||
- key_values:
|
||||
podman_user: '"puser"'
|
||||
- separator: '='
|
||||
- uncomment: '#'
|
||||
- key_ignore_case: false
|
||||
- value_ignore_case: false
|
||||
- append_if_not_found: true
|
||||
- require:
|
||||
- applications_podman_pkgs
|
||||
|
||||
applications_podman_service:
|
||||
service.running:
|
||||
- name: podman
|
||||
- enable: True
|
||||
- watch:
|
||||
- file: /etc/conf.d/podman
|
||||
- require:
|
||||
- applications_podman_rootless_confd
|
||||
|
||||
applications_podman_rootless_cgroup_mode:
|
||||
file.keyvalue:
|
||||
- name: /etc/rc.conf
|
||||
|
|
Loading…
Reference in a new issue