summaryrefslogtreecommitdiff
path: root/lib/chef/resource/dnf_package.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-30 15:07:39 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-30 15:26:51 -0700
commit2cf99476ba3b27339a7bfa1415184c82ae50ada8 (patch)
treed615dddac6ab271e50d9d3b643232f855d4c7ee4 /lib/chef/resource/dnf_package.rb
parente4df521092ada86be9adbdc7567e6deeea24c46d (diff)
downloadchef-2cf99476ba3b27339a7bfa1415184c82ae50ada8.tar.gz
Add missing examples and resource formatting for docs site
Get us closer to automated documentation. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/dnf_package.rb')
-rw-r--r--lib/chef/resource/dnf_package.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/dnf_package.rb b/lib/chef/resource/dnf_package.rb
index b89c1302ae..b2401c797d 100644
--- a/lib/chef/resource/dnf_package.rb
+++ b/lib/chef/resource/dnf_package.rb
@@ -40,7 +40,7 @@ class Chef
which("dnf")
end
- description "Use the dnf_package resource to install, upgrade, and remove packages with DNF for Fedora and RHEL 8+. The dnf_package resource is able to resolve provides data for packages much like DNF can do when it is run from the command line. This allows a variety of options for installing packages, like minimum versions, virtual provides and library names."
+ description "Use the **dnf_package** resource to install, upgrade, and remove packages with DNF for Fedora and RHEL 8+. The dnf_package resource is able to resolve provides data for packages much like DNF can do when it is run from the command line. This allows a variety of options for installing packages, like minimum versions, virtual provides and library names."
introduced "12.18"
allowed_actions :install, :upgrade, :remove, :purge, :reconfig, :lock, :unlock, :flush_cache