Procházet zdrojové kódy

ssh: Fix salt deprecation warning.

  The 'gid_from_name' argument in the user.present state has been
  replaced with 'usergroup'.

Signed-off-by: Maximilian Wilhelm <max@sdn.clinic>
Maximilian Wilhelm před 3 roky
rodič
revize
2fd2a0acb4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      ssh/init.sls

+ 1 - 1
ssh/init.sls

@@ -43,7 +43,7 @@ ssh-{{ user }}:
     - shell: /bin/bash
     - home: {{ path }}
     - createhome: True
-    - gid_from_name: True
+    - usergroup: True
     - system: False
 
 {# Create .ssh dir #}