summaryrefslogtreecommitdiff
path: root/lib/chef/resource/ifconfig.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-09 21:09:55 -0700
committerTim Smith <tsmith@chef.io>2018-07-09 21:09:55 -0700
commit5b2fd637fde5c3b893db3b76a2e1ce4f2deed80a (patch)
tree880fb8a9dd9b5cac5bd0c35c88b9016d26ed2419 /lib/chef/resource/ifconfig.rb
parent23d33adf3d4c879a67067e52f0850bb510571f28 (diff)
downloadchef-5b2fd637fde5c3b893db3b76a2e1ce4f2deed80a.tar.gz
Add missing periods in descriptions
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/ifconfig.rb')
-rw-r--r--lib/chef/resource/ifconfig.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/ifconfig.rb b/lib/chef/resource/ifconfig.rb
index 84ee249ec4..d43b8c2d58 100644
--- a/lib/chef/resource/ifconfig.rb
+++ b/lib/chef/resource/ifconfig.rb
@@ -79,11 +79,11 @@ class Chef
property :ethtool_opts, String,
introduced: "13.4",
- description: "Options to be passed to ethtool(8). For example: -A eth0 autoneg off rx off tx off"
+ description: "Options to be passed to ethtool(8). For example: -A eth0 autoneg off rx off tx off."
property :bonding_opts, String,
introduced: "13.4",
- description: "Bonding options to pass via BONDING_OPTS on RHEL and CentOS. For example: mode=active-backup miimon=100"
+ description: "Bonding options to pass via BONDING_OPTS on RHEL and CentOS. For example: mode=active-backup miimon=100."
property :master, String,
introduced: "13.4",