Skip to content

Commit eb6b3ea

Browse files
authored
Fix space
1 parent 4e244c5 commit eb6b3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/puppet/latest/type.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ because HTTP servers do not transfer any metadata that translates to
12491249
ownership or permission details.
12501250

12511251
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
1252-
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.
1252+
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.
12531253

12541254
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.`
12551255

0 commit comments

Comments
 (0)