Skip to content

Commit

Permalink
Merge pull request #54667 from garethgreenaway/2019_2_1_port_52210
Browse files Browse the repository at this point in the history
[master] Porting #52210 to master
  • Loading branch information
dwoz committed Dec 20, 2019
2 parents a11496f + 60169db commit d0db6de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion salt/states/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -2213,7 +2213,9 @@ def managed(name,
(use ~ in YAML), the file will be created as an empty file and
the content will not be managed. This is also the case when a file
already exists and the source is undefined; the contents of the file
will not be changed or managed.
will not be changed or managed. If source is left blank or None, please
also set replaced to False to make your intention explicit.
If the file is hosted on a HTTP or FTP server then the source_hash
argument is also required.
Expand Down

0 comments on commit d0db6de

Please sign in to comment.