Skip to content

Commit 4e244c5

Browse files
authored
Fix space
1 parent 72beabe commit 4e244c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: source/puppet/latest/types/file.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ because HTTP servers do not transfer any metadata that translates to
671671
ownership or permission details.
672672

673673
Puppet determines if file content is synchronized by computing a checksum for the local file and comparing it against the `checksum_value` parameter. If the `checksum_value` parameter is not specified for `puppet` and `file` sources, Puppet computes a checksum based on its `Puppet[:digest_algorithm]`. For `http(s)` sources, Puppet uses the
674-
first HTTP header it recognizes out of the following list:`X-Checksum-Sha256`, `X-Checksum-Sha1`, `X-Checksum-Md5` or `Content-MD5`. If the server response does not include one of these headers, Puppet defaults to using the `Last-Modified` header. Puppet updates the localfile if the header is newer than the modified time (mtime) of the local file.
674+
first HTTP header it recognizes out of the following list: `X-Checksum-Sha256`, `X-Checksum-Sha1`, `X-Checksum-Md5` or `Content-MD5`. If the server response does not include one of these headers, Puppet defaults to using the `Last-Modified` header. Puppet updates the localfile if the header is newer than the modified time (mtime) of the local file.
675675

676676
HTTP URIs can include a user information component so that Puppet can retrieve file metadata and content from HTTP servers that require HTTP Basic authentication. For example `https://<user>:<pass>@<server>:<port>/path/to/file.`
677677

@@ -870,4 +870,4 @@ Provider support:
870870

871871

872872

873-
> **NOTE:** This page was generated from the Puppet source code on 2020-06-30 08:58:23 +0100
873+
> **NOTE:** This page was generated from the Puppet source code on 2020-06-30 08:58:23 +0100

0 commit comments

Comments
 (0)