Skip to content

Commit

Permalink
Merge pull request #9117 from golflimaechoecho/update_filebucket_doc_…
Browse files Browse the repository at this point in the history
…comment

(docs) update filebucket doc to reflect cryptographic checksum instead of md5
  • Loading branch information
joshcooper committed Oct 5, 2023
2 parents da7350d + 6f5e338 commit 42543dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/type/filebucket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Puppet

Type.newtype(:filebucket) do
@doc = <<-EOT
A repository for storing and retrieving file content by MD5 checksum. Can
A repository for storing and retrieving file content by cryptographic checksum. Can
be local to each agent node, or centralized on a primary Puppet server. All
puppet servers provide a filebucket service that agent nodes can access
via HTTP, but you must declare a filebucket resource before any agents
Expand Down

0 comments on commit 42543dd

Please sign in to comment.