This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
linux-formula
mirror of
https://github.com/salt-formulas/salt-formula-linux
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Update file.sls
add replace
pull/206/head
preussal
5 years ago
parent
55f8281d8b
commit
a1a5abc884
No account linked to committer's email address
1 changed files
with
4 additions
and
1 deletions
Split View
Show Diff Stats
+4
-1
linux/system/file.sls
+ 4
- 1
linux/system/file.sls
View File
@@ -50,7 +50,10 @@ linux_file_{{ file_name }}:
{%- if file.encoding is defined %}
- encoding: {{ file.encoding }}
{%- endif %}
{%- if file.replace is defined %}
- replace: {{ file.replace }}
{%- endif %}
{%- endfor %}
{%- endif %}
Write
Preview
Loading…
Cancel
Save