Arthur Lutz
8d48adb3a2
[users/init] use createhome from defaults ( #202 )
This fixes a change introduced by 634deac
where createhome was changed from True to False (by default).
This change honnor the default "global default" "users.createhome" from defaults.sls
před 5 roky
Adrien "ze" Urban
c128b1ea28
gid: default to "null"
using `|json` would let the state get an error if gid is a string, as it would
not be converted.
Using directly the `None` yaml value, and letting numbers as string be
converted by yaml parser.
před 5 roky
Adrien "ze" Urban
def8f53932
group: add support for members
members, addusers, delusers, and in pillar examples
před 5 roky
Adrien "ze" Urban
7845013a39
groups: support `absent` like for users.
Also remove warning for passing unknown arguments on group.absent
před 5 roky
Jessy
634deacc73
incorporated change suggestions
před 6 roky
root
fd25c3e4a4
incorporated change suggestions
před 6 roky
Jessy
6ed440b66a
reworked "createhome" (variable, passwd entry & issue #164 )
před 6 roky
Michael Zabriskie
0ad7d0764e
support password expiration
před 6 roky
Arthur Lutz
ae2a63e899
[users/init] use dir_mode in addition to mode
To get it to work with RHEL7 with salt 2018.x
před 6 roky
N
b89b62d35c
Allow state to update the gid
před 6 roky
Maximilian Zettler
b84e79bd31
fix used_polkit
před 6 roky
Sean Molenaar
3b911cc9cb
Add default setting for ssh known hosts fingerprint hash type
před 7 roky
Heinz Wiesinger
4bc00d4d62
Replace "hash_hostname" with "hash_known_hosts".
The former is deprecated since Carbon.
před 8 roky
Damien Tardy-Panis
8e33bb8aa9
Add possibility to remove user's git config keys
před 8 roky
Niels Abspoel
ed02fbc678
fix iteritems
před 6 roky
Maximilian Zettler
9eedbede74
fix polkit state include
před 6 roky
Philippe Pepiot
944e904419
Fix default behavior of copying /etc/skel when creating home directory
Since https://github.com/saltstack-formulas/users-formula/pull/182 the
home directory was created by salt which prevent "adduser" behavior to
copy /etc/skel in newly created directory.
Ensure the parent directory of the home dir is existing instead.
před 6 roky
Arthur Lutz
52ba531d63
[users] add a prereq for createhome to handle the case of an absent subfolder
Fixes #181
před 6 roky
Arthur Lutz
c8922bfdb5
[init] add makedirs to home directory creation
před 6 roky
Raphaël Hertzog
43c4707d2a
Do not try to run git config when git is not available
The state will not fail gracefully, instead you will get
an error like this one:
ID: users_rhertzog_user_gitconfig_0
Function: git.config_set
Name: alias.br
Result: False
Comment: State 'git.config_set' was not found in SLS 'users'
Reason: 'git' __virtual__ returned False
Changes:
And since pillar data can't be (easily) tuned according to minion's
status, we really need this check here.
My tests with Salt 2017.7.3 have shown that cmd.has_exec() is reliable
for this, contrary the what the comment was implying.
před 6 roky
Konstantin Nikolaev
1dfef11303
Support "salt://path_to_keyname" ssh_key definition in users."user name".ssh_keys."privkey|pubkey" pillar data
před 6 roky
Karsten Kosmala
fdc5ceae2c
Use correct pillar to set users homephone
před 7 roky
Daniel Kraemer
d8d2017629
adjust file permissions of public ssh-keys
před 7 roky
Daniel Kraemer
c78516f8e0
i don't know what made me do this, maybe brainlag
před 7 roky
Silvio Kunaschk
ac1f334a43
corrected saltversioninfo check expression
před 7 roky
Jerzy Drozdz
72ef35fdfa
Added sudoonly switch. Usage implies setting sudouser to True
před 7 roky
Silvio Kunaschk
23c5df2130
fixed insertion of multiple authorized keys via ssh_auth_pillar
před 7 roky
Ashok Raja R
8f4bbf58f1
Fixing Conflicting ID
Fixing my previous change which errors in a particular scenario.
Error: Conflicting ID 'users_ssh_auth_source_username_0' when keys are added and removed simultaneously.
před 7 roky
Ashok Raja
9c6e829e1e
Replace periods in username with underscores
Fixing the conflict and sending a new pull request
Fixes #118
Duplicate of #120
před 7 roky
Ashok Raja
29d7176040
Add support for ssh_auth_sources.absent
Fixes: 150
před 7 roky
Arthur
e486032283
not more need for homedir, if not needed
před 7 roky
Arthur
694fd0de6d
added feature to create groups and set their gid
před 7 roky
Maximilian Zettler
e1d0de230d
make AdminIdentity configureable per user
před 8 roky
Maximilian Zettler
8c6bbafd9b
add ability to configure prime_group without gid ( #141 )
* add ability to configure prime_group without gid
před 8 roky
Sonia Hamilton
e81f6e695c
temp fix on git executable
před 8 roky
Fabian Niepelt
153d07452c
Add support for hash_password
před 8 roky
Matthias Nüssle
0d7ca5728c
fix wrong variable name in absent_users
před 8 roky
Daniel Kraemer
34328aff1c
add support for multiple private and public keys
před 8 roky
Niels Abspoel
15ce6493cc
fix warning on managed file state for /etc/sudoers.d/username
před 8 roky
Eric Veiras Galisson
57fce16643
fixing removing of users based on pillar['absent_users'], fix #126
před 8 roky
jraby
5538eb18ab
Support for optional_groups
před 8 roky
Imran Iqbal
b94514529d
Display "managed by Salt" header in user sudoers files
před 9 roky
Imran Iqbal
984317fca1
Use contents_pillar to work with multiple-line authorized_keys file
před 9 roky
adnanJP
8aa062c08e
Properly handle dependencies on ssh_auth when home is not create with the formula.
před 8 roky
Tom Duijf
2ac21426af
use already available home variable for user's ssh-key configuration
před 8 roky
Raphaël Hertzog
cf122d1bd6
Create a system usergroup if user is a system user
If the user to be created is a system user, it makes no sense to create
him a primary group which is not a system group too.
před 8 roky
Karsten Kosmala
c9fecc1d96
renamed variables
před 8 roky
Karsten Kosmala
fa02b954a5
set user and group of user dir in pillar
před 8 roky
Imran Iqbal
846634bfd7
Resolve `git.config` error where minion does not have Git installed #115
před 8 roky
Karsten Kosmala
346463c7e7
set user and group of user dir in pillar
před 8 roky