From 6f5e338aafa8822d2fd0ef8b031563174e73312d Mon Sep 17 00:00:00 2001 From: Grace Lee <62140283+golflimaechoecho@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:28:14 +1100 Subject: [PATCH] (docs) update filebucket doc to reflect cryptographic checksum instead of md5 specifically --- lib/puppet/type/filebucket.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet/type/filebucket.rb b/lib/puppet/type/filebucket.rb index 5b3e3e40ce1..9ebfc3aae32 100644 --- a/lib/puppet/type/filebucket.rb +++ b/lib/puppet/type/filebucket.rb @@ -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