mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2026-07-23 20:33:19 +02:00
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
This commit is contained in:
committed by
Toby Brain
parent
e03458bb31
commit
4da9b00e75
@@ -125,6 +125,7 @@ users:
|
||||
# should be a salt fileserver path either with or without 'salt://'
|
||||
# if not present, it defaults to 'salt://users/files/user/<username>
|
||||
source: users/files/default
|
||||
template: jinja
|
||||
# You can specify octal mode for files and symlinks that will be copied. Since version 2016.11.0
|
||||
# it's possible to use 'keep' for file_mode, to preserve file original mode, thus you can save
|
||||
# execution bit for example.
|
||||
|
||||
Reference in New Issue
Block a user