This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
users-formula
mirror of
https://github.com/saltstack-formulas/users-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
13
Wiki
Activity
Browse Source
also load ssh keys from pillar data
tags/v0.45.0
Ion Dulgheru
9 years ago
parent
741b256684
commit
78914053ae
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
users/init.sls
+ 1
- 0
users/init.sls
View File
@@ -141,6 +141,7 @@ users_{{ name }}_user:
{% if 'ssh_keys' in user or
'ssh_auth' in user or
'ssh_auth_file' in user or
'ssh_auth_pillar' in user or
'ssh_auth.absent' in user or
'ssh_config' in user %}
user_keydir_{{ name }}:
Write
Preview
Loading…
Cancel
Save