Saltstack Official Users Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Michael Grosser 55c1a751d0 Add LICENSE. 11 年前
users Initial commit 11 年前
LICENSE Add LICENSE. 11 年前
README.md Initial commit 11 年前
pillar.example Add pillar.example 11 年前

README.md

users

Configure users via pillar

Using this state, you can configure users entirely via pillar:

users:
  auser:
    sudouser: True
    shell: /bin/zsh
    groups:
      - admin
    ssh_auth:
      - ssh-rsa PUBLICKEYKEYKEY