users-formula/users
Matthew X. Economou 2f4c088e5d Rework ssh_keys_pillar-related states
SSH key pairs deployed via the user's ssh_keys_pillar dict aren't
handled the same as the user's ssh_keys, e.g., file ownership and
permissions aren't specified, and the keying material gets copied
directly into the SLS file.  This change rewrites the two templated
file.managed states to behave as follows:

  - set the files' owner to be the user

  - set the files' group to be the user's primary group

  - for the public key, set the mode to 644 (u=rw,go=r)

  - for the private key, set the mode to 600 (u=rw,g=)

  - pull the files' contents directly from pillar
2015-07-13 15:22:45 -04:00
..
files Added vimrc extension to users-formula 2015-06-10 22:56:57 +02:00
bashrc.sls Enable/disable bashrc/vimrc per user 2015-06-11 23:34:16 +02:00
googleauth.sls readd 2fa pam enforcement 2015-07-01 19:15:31 +03:00
init.sls Rework ssh_keys_pillar-related states 2015-07-13 15:22:45 -04:00
map.jinja google auth package and config installation 2015-01-14 17:25:17 +00:00
sudo.sls Add prefix 'users_' to all first level keys to prevent duplicate ids (e.g. in combination with zabbix-formula and key zabbis_user). 2015-05-07 00:07:06 +02:00
vimrc.sls Enable/disable bashrc/vimrc per user 2015-06-11 23:34:16 +02:00