summaryrefslogtreecommitdiff
path: root/lib/chef/resource/apt_update.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/apt_update.rb')
-rw-r--r--lib/chef/resource/apt_update.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/chef/resource/apt_update.rb b/lib/chef/resource/apt_update.rb
index 67ca7fbfea..0349614ad2 100644
--- a/lib/chef/resource/apt_update.rb
+++ b/lib/chef/resource/apt_update.rb
@@ -20,6 +20,9 @@ require "chef/resource"
class Chef
class Resource
+ # Use the apt_update resource to manage APT repository updates on Debian and Ubuntu platforms.
+ #
+ # @since 12.7
class AptUpdate < Chef::Resource
resource_name :apt_update
provides :apt_update