Browse Source

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 2 years ago
parent
commit
2fd2a0acb4
1 changed files with 1 additions and 1 deletions
  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 #}