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.
2 parents 42543dd + c1b0085 commit 839c29dCopy full SHA for 839c29d
docs/http.md
@@ -260,7 +260,7 @@ possible to additionally trust the system store when making HTTPS requests:
260
261
```ruby
262
client = Puppet::HTTP::Client.new
263
-response = http.get("https://artifactory.example.com/java.tar.gz", trust_system_store: true)
+response = client.get("https://artifactory.example.com/java.tar.gz", options: { include_system_store: true })
264
response.read_body do |data|
265
puts "Read #{data.bytes}"
266
end
0 commit comments