summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-10-26 17:04:59 -0700
committerGitHub <noreply@github.com>2020-10-26 17:04:59 -0700
commiteb2263cb4f55e328ee92de670fdf1d60463ae6f6 (patch)
treef9d2b316b1a0a01756ee329494e462989dbc2758
parentab39c46259f06c5343ef1db6873e137b7ae9af49 (diff)
downloadchef-eb2263cb4f55e328ee92de670fdf1d60463ae6f6.tar.gz
Update lib/chef/resource/ifconfig.rb
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r--lib/chef/resource/ifconfig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/ifconfig.rb b/lib/chef/resource/ifconfig.rb
index 5e46fa10f3..2c5262fa97 100644
--- a/lib/chef/resource/ifconfig.rb
+++ b/lib/chef/resource/ifconfig.rb
@@ -26,7 +26,7 @@ class Chef
provides :ifconfig
- description "Use the **ifconfig** resource to manage interfaces on Unix and Linux systems. Note: This resource requires the ifconfig binary to be present on the system and may require additional packages to be installed first. On Ubuntu 18.04 or later you will need to install the `ifupdown` package, which disables the built in Netplan functionality. This resource will not work with Fedora release 33 or later."
+ description "Use the **ifconfig** resource to manage interfaces on Unix and Linux systems. Note: This resource requires the ifconfig binary to be present on the system and may require additional packages to be installed first. On Ubuntu 18.04 or later you will need to install the `ifupdown` package, which disables the built in Netplan functionality. Warning: This resource will not work with Fedora release 33 or later."
examples <<~DOC
**Configure a network interface with a static IP**