We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ae297 commit 92b8d3aCopy full SHA for 92b8d3a
lib/puppet/http/client.rb
@@ -19,7 +19,7 @@
19
# response = client.get(URI("http://www.example.com"))
20
#
21
# @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)
+# response = client.get(URI("https://www.example.com"), options: { include_system_store: true })
23
24
# @example To use a URL containing special characters, such as spaces:
25
# response = client.get(URI(Puppet::Util.uri_encode("https://www.example.com/path to file")))
0 commit comments