Skip to content

Commit 4dbe246

Browse files
authored
Merge pull request #8884 from smortex/include_system_store-doc
(maint) Fix documentation for include_system_store
2 parents cbd9325 + 92b8d3a commit 4dbe246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/http/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# response = client.get(URI("http://www.example.com"))
2020
#
2121
# @example To make an HTTPS GET request, trusting the puppet CA and certs in Puppet's CA bundle:
22-
# response = client.get(URI("https://www.example.com"), include_system_store: true)
22+
# response = client.get(URI("https://www.example.com"), options: { include_system_store: true })
2323
#
2424
# @example To use a URL containing special characters, such as spaces:
2525
# response = client.get(URI(Puppet::Util.uri_encode("https://www.example.com/path to file")))

0 commit comments

Comments
 (0)