mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 02:15:20 +00:00
28fa07357f
* Update crio.sls * Create crio-registries.conf
24 lines
557 B
Plaintext
24 lines
557 B
Plaintext
/etc/containers/policy.json:
|
|
file.managed:
|
|
- source: salt://{{ slspath }}/files/crio-policy.json
|
|
- require:
|
|
- pkg: k8s_deps
|
|
|
|
/etc/crio/crio.conf.d/99-custom.conf:
|
|
file.managed:
|
|
- source: salt://{{ slspath }}/files/crio.conf
|
|
- require:
|
|
- pkg: k8s_deps
|
|
|
|
/etc/containers/registries.conf:
|
|
file.managed:
|
|
- source: salt://{{ slspath }}/files/crio-registries.conf
|
|
- require:
|
|
- pkg: k8s_deps
|
|
|
|
/etc/crictl.yaml:
|
|
file.managed:
|
|
- source: salt://{{ slspath }}/files/crictl.yaml
|
|
- require:
|
|
- pkg: k8s_deps
|