diff --git a/k8s/admin.sls b/k8s/admin.sls index b9bfc21..e372e04 100644 --- a/k8s/admin.sls +++ b/k8s/admin.sls @@ -5,7 +5,7 @@ include: - .repo.kubernetes - .cri-tools -{% set k8s_v = "1.22.2-00" %} +{% set k8s_v = "1.22.15-00" %} k8s_pkgs-kubelet: pkg.installed: diff --git a/roles/nut/client.sls b/roles/nut/client.sls index 523496e..29da22f 100644 --- a/roles/nut/client.sls +++ b/roles/nut/client.sls @@ -9,7 +9,7 @@ etc_nut_nut.conf: - name: /etc/nut - source: salt://roles/nut/files/client - user: root - - group: nut + - group: root - file_mode: 0640 - dir_mode: 0750 - require: diff --git a/top.sls b/top.sls index 696d3b9..88acc92 100644 --- a/top.sls +++ b/top.sls @@ -26,9 +26,9 @@ base: - systemd.units 'pine*': - k8s - - role.nut.client + - roles.nut.client 'ebin*': - - role.nut.client + - roles.nut.client 'lenny*': - k8s.admin - base.packages.node.lenny # migrate these with yori/desktops