Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation change #52210

Merged
merged 4 commits into from
Mar 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion salt/states/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,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