Imran Iqbal
3bcdc902dc
feat(semantic-release): implement for this formula
* Based on `ssf-formula` (v0.3.0)
- https://github.com/myii/ssf-formula/pull/5
* Unable to use `pillar.example` directly for testing
- Used it as a basis for `test/salt/pillar/default.sls`
- Brought useful changes back to `pillar.example`
* Fix: avoid `users/googleauth.sls` for `RedHat` & `Suse`
* Close #203
5 年前
Sevrin Robstad
18c0447754
added comment about dir_sync not working on windows
5 年前
Sevrin Robstad
7cf7769a2d
adde dir_mode logic for users.files
5 年前
Meng Chen
ba61e9b7f1
add example of groups init
5 年前
Adrien "ze" Urban
def8f53932
group: add support for members
members, addusers, delusers, and in pillar examples
5 年前
Adrien "ze" Urban
b69bef3cd1
group: add pillar example
5 年前
N
b89b62d35c
Allow state to update the gid
6 年前
Heinz Wiesinger
49a337184d
Add pillar examples for ssh_known_hosts config.
6 年前
Damien Tardy-Panis
8e33bb8aa9
Add possibility to remove user's git config keys
9 年前
Arthur Lutz
c062a34603
[users/users_files] add exclude_pat to user files ( closes #178 )
6 年前
N
f7dfd1f47b
Dont force vim-formula on users
6 年前
Jerzy Drozdz
ad2ddd0265
Added short docs for options
6 年前
Konstantin Nikolaev
1c8e6c7c30
Fix docs
7 年前
Daniel Kraemer
d8d2017629
adjust file permissions of public ssh-keys
7 年前
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
7 年前
Alexander Weidinger
3320299e70
(Re-)enable pillar users-formula:lookup
7 年前
Ashok Raja
29d7176040
Add support for ssh_auth_sources.absent
Fixes: 150
7 年前
Damien Tardy-Panis
3f2dc49ad8
fix gitconfig url insteadOf example
Previous example would result in quote escaping problem
9 年前
Daniel Krämer
c98aa35392
provide pillar example
7 年前
Hatifnatt
33287f650f
Add ability to specify mode for files and symlinks in user_files
7 年前
Maximilian Zettler
e1d0de230d
make AdminIdentity configureable per user
8 年前
Fabian Niepelt
153d07452c
Add support for hash_password
8 年前
jraby
8aa174782a
Add example pillar data for optional_groups
8 年前
Imran Iqbal
4b840e646c
Add missing keys in pillar.example (found in init.sls)
9 年前
Karsten Kosmala
c735c6e915
add pillar data
8 年前
Imran Iqbal
846634bfd7
Resolve `git.config` error where minion does not have Git installed #115
8 年前
ketzacoatl
27075b073d
update pillar.example to include uid
in an attempt to save others from digging into the source (to confirm this detail)
9 年前
outime
851a59e952
Adds 'empty_password' statement for states.user.present
9 年前
maschinetheist
f087f165f3
Added ability to specify room number, home phone, and work phone as per https://docs.saltstack.com/en/develop/ref/states/all/salt.states.user.html
9 年前
Heinz Wiesinger
452b8ee8cf
Add possibility to manage the user's global git configuration.
9 年前
Heinz Wiesinger
74d5f6cc3c
Add possibility to manage ssh's known_hosts file.
9 年前
Shane Poage
cdb862e968
Added feature to allow syncing arbitrary sets of files per user.
9 年前
Shane Poage
ff189c1613
Added ability to provide pillar path for ssh_auth.
9 年前
Andres Montalban
750f2e6345
Add support for .profile file
9 年前
Seth Miller
7dca1ebfd2
Adding support for the enforce_password option.
This will allow users change their passwords after the initial setting in Salt.
9 年前
Andres Montalban
e0acdc9b30
Add sudo_rules syntax examples for rules with colons
9 年前
Bohdan Kmit
d0bbbda8aa
readd 2fa pam enforcement
9 年前
Niels Abspoel
622b846d7f
Enable/disable bashrc/vimrc per user
Made both states configurable per user in pillar data
Had to drop extend, for this otherwise the extend would be empty if manage is
False
9 年前
Sander Klein
57c82f3324
Add ~/.ssh/config management
This adds the ability to manage the ~/.ssh/config file for users.
9 年前
Alex Ciobica
031d6ce81f
Add pulling keys from other pillar.
Example pillar:
ssh_keys:
id_rsa:
privkey: |
-----BEGIN RSA PRIVATE KEY-----
MIIEowIBAAKCAQEAoQiwO3JhBquPAalQF9qP1lLZNXVjYMIswrMe2HcWUVBgh+vY
U7sCwx/dH6+VvNwmCoqmNnP+8gTPKGl1vgAObJAnMT623dMXjVKwnEagZPRJIxDy
B/HaAre9euNiY3LvIzBTWRSeMfT+rWvIKVBpvwlgGrfgz70m0pqxu+UyFbAGLin+
GpxzZAMaFpZw4sSbIlRuissXZj/sHpQb8p9M5IeO4Z3rjkCP1cxI
-----END RSA PRIVATE KEY-----
pubkey: |
ssh-rsa MIIEowIBAAKCAQEAoQiwO3JhBquPAalQF9qP1lLZNXVjYMIswrMe2H....
9 年前
tiger-seo
0aab4b5516
fixing example for sudo defaults for specific user
9 年前
tiger-seo
1546e2d186
possibility to define user-specific Defaults
9 年前
Andrew Vant
1f80412da8
Added option to source ssh public keys from files.
9 年前
root
fdc2fc2dfc
Add 'ssh_auth_file' pillar key to generate an authorized_keys file from given ssh public keys.
10 年前
René Jochum
1e3f6c9865
Fix pillar.example->sudo_rules.
10 年前
Bohdan Kmit
c3b5b87fb2
google auth example pillar config add; forgotten gauth state file add
10 年前
Thomas Juberg
e35045801c
Add support for setting user expire
10 年前
Adam Wright
8e1d91b3f1
Add 'createhome' option for 'user.present' state
10 年前
7oku
4a8393dca9
added option to remove ssh public keys from auth (ssh_auth.absent)
10 年前
Eric Edgar
bec130503e
Update pillar.example
10 年前