Sevrin Robstad
7cf7769a2d
adde dir_mode logic for users.files
pirms 5 gadiem
Imran Iqbal
923b4600f1
fix(init): replace `gid_from_name` (deprecated in `develop`)
* Close #198
* All details in that issue
* Solution based upon:
- https://github.com/saltstack-formulas/vault-formula/pull/35#issuecomment-509854411
pirms 5 gadiem
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
pirms 5 gadiem
N
39b6d3c3c5
fix(macos): ensure correct group
pirms 5 gadiem
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.
pirms 5 gadiem
Adrien "ze" Urban
def8f53932
group: add support for members
members, addusers, delusers, and in pillar examples
pirms 5 gadiem
Adrien "ze" Urban
7845013a39
groups: support `absent` like for users.
Also remove warning for passing unknown arguments on group.absent
pirms 5 gadiem
Lukas Resch
d0e4615453
added OpenBSD data
pirms 5 gadiem
Jessy
634deacc73
incorporated change suggestions
pirms 6 gadiem
root
fd25c3e4a4
incorporated change suggestions
pirms 6 gadiem
Jessy
6ed440b66a
reworked "createhome" (variable, passwd entry & issue #164 )
pirms 6 gadiem
Michael Zabriskie
0ad7d0764e
support password expiration
pirms 6 gadiem
Arthur Lutz
ae2a63e899
[users/init] use dir_mode in addition to mode
To get it to work with RHEL7 with salt 2018.x
pirms 6 gadiem
N
b89b62d35c
Allow state to update the gid
pirms 6 gadiem
Maximilian Zettler
b84e79bd31
fix used_polkit
pirms 6 gadiem
Sean Molenaar
3b911cc9cb
Add default setting for ssh known hosts fingerprint hash type
pirms 7 gadiem
Heinz Wiesinger
4bc00d4d62
Replace "hash_hostname" with "hash_known_hosts".
The former is deprecated since Carbon.
pirms 8 gadiem
Damien Tardy-Panis
8e33bb8aa9
Add possibility to remove user's git config keys
pirms 8 gadiem
Niels Abspoel
ed02fbc678
fix iteritems
pirms 6 gadiem
Maximilian Zettler
0e93ebccdb
use do to update dict
pirms 6 gadiem
Maximilian Zettler
9eedbede74
fix polkit state include
pirms 6 gadiem
Niels Abspoel
197d6ee561
add import defaults.yaml
pirms 6 gadiem
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.
pirms 6 gadiem
Arthur Lutz
52ba531d63
[users] add a prereq for createhome to handle the case of an absent subfolder
Fixes #181
pirms 6 gadiem
Arthur Lutz
d528e16c5c
[users/users_files] use quotes for exclude_pat
pirms 6 gadiem
Arthur Lutz
c062a34603
[users/users_files] add exclude_pat to user files ( closes #178 )
pirms 6 gadiem
N
f7dfd1f47b
Dont force vim-formula on users
pirms 6 gadiem
Arthur Lutz
c8922bfdb5
[init] add makedirs to home directory creation
pirms 6 gadiem
noelmcloughlin
ad10ec4d94
corrected users handling on Darwin
pirms 6 gadiem
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.
pirms 6 gadiem
Konstantin Nikolaev
1dfef11303
Support "salt://path_to_keyname" ssh_key definition in users."user name".ssh_keys."privkey|pubkey" pillar data
pirms 6 gadiem
Karsten Kosmala
fdc5ceae2c
Use correct pillar to set users homephone
pirms 7 gadiem
Daniel Kraemer
d8d2017629
adjust file permissions of public ssh-keys
pirms 7 gadiem
Daniel Kraemer
c78516f8e0
i don't know what made me do this, maybe brainlag
pirms 7 gadiem
Silvio Kunaschk
ac1f334a43
corrected saltversioninfo check expression
pirms 7 gadiem
Jerry van Leeuwen
6993e2398f
Broken conditional and lack of line spacing
pirms 7 gadiem
Jerry van Leeuwen
4da9b00e75
Add 'template' support to 'user_files' ( #159 )
* Add support for 'template' in 'user_files'
* Fix-up wrong nesting level for template value
* Small quality improvement for push upstream.
* Consistency improvement for variable name
pirms 7 gadiem
Jerzy Drozdz
72ef35fdfa
Added sudoonly switch. Usage implies setting sudouser to True
pirms 7 gadiem
Hatifnatt
335bc31095
'None' works in an unexpected way. Reverting back to 'False'.
This reverts commit 48416398e3
.
pirms 7 gadiem
Hatifnatt
48416398e3
Change False to None in user_files to be closer to Salt default values.
pirms 7 gadiem
Alexander Weidinger
3320299e70
(Re-)enable pillar users-formula:lookup
pirms 7 gadiem
Silvio Kunaschk
23c5df2130
fixed insertion of multiple authorized keys via ssh_auth_pillar
pirms 7 gadiem
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.
pirms 7 gadiem
Ashok Raja
9c6e829e1e
Replace periods in username with underscores
Fixing the conflict and sending a new pull request
Fixes #118
Duplicate of #120
pirms 7 gadiem
Toby Brain
7c67d72ef0
Add ability to use templated user files
pirms 8 gadiem
Ashok Raja
29d7176040
Add support for ssh_auth_sources.absent
Fixes: 150
pirms 7 gadiem
Gareth Howell
e9ef940967
Added Solaris
pirms 7 gadiem
Damien Tardy-Panis
4042641c09
Add support for jinja code in bashrc files.
pirms 8 gadiem
Arthur
e486032283
not more need for homedir, if not needed
pirms 7 gadiem
Arthur
694fd0de6d
added feature to create groups and set their gid
pirms 7 gadiem