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
Fix issue with bash binary location in FreeBSD
tags/v0.45.0
nike38rus
10 years ago
parent
d30b157526
commit
2cdb73927f
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
users/init.sls
+ 1
- 1
users/init.sls
View File
@@ -40,7 +40,7 @@
user.present:
- name: {{ name }}
- home: {{ home }}
- shell: {{ user.get('shell', '/bin/bash') }}
- shell: {{ user
s
.get('
visudo_
shell', '/bin/bash') }}
{% if 'uid' in user -%}
- uid: {{ user['uid'] }}
{% endif -%}
Write
Preview
Loading…
Cancel
Save