mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use the same way of defining contents in both file.managed states
This commit is contained in:
parent
5741d287b5
commit
0e99343a7f
1 changed files with 2 additions and 1 deletions
|
@ -2192,7 +2192,8 @@ class FileTest(ModuleCase, SaltReturnAssertsMixin):
|
|||
'some-utf8-file-create:',
|
||||
' file.managed:',
|
||||
" - name: '{0}'".format(test_file),
|
||||
" - contents: {0}".format(korean_1),
|
||||
' - contents: |',
|
||||
' {0}'.format(korean_1),
|
||||
' - makedirs: True',
|
||||
' - replace: True',
|
||||
' - show_diff: True',
|
||||
|
|
Loading…
Add table
Reference in a new issue