Skip to content

Commit 42543dd

Browse files
authored
Merge pull request #9117 from golflimaechoecho/update_filebucket_doc_comment
(docs) update filebucket doc to reflect cryptographic checksum instead of md5
2 parents da7350d + 6f5e338 commit 42543dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/type/filebucket.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Puppet
44

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

0 commit comments

Comments
 (0)