summaryrefslogtreecommitdiff
path: root/lib/chef/resource/ifconfig.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-16 15:33:34 -0700
committerTim Smith <tsmith@chef.io>2018-07-16 15:42:57 -0700
commitb0df53274ec810178d260fe91f55a2928c3cc0ce (patch)
tree52906442201f4b400094b2db6f6f1f3c6094c7bf /lib/chef/resource/ifconfig.rb
parent03f38c0120732b5167547566d086350f82e83abe (diff)
downloadchef-b0df53274ec810178d260fe91f55a2928c3cc0ce.tar.gz
Remove the gateway property
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, 0 insertions, 4 deletions
diff --git a/lib/chef/resource/ifconfig.rb b/lib/chef/resource/ifconfig.rb
index f6f9abedee..2ea0381991 100644
--- a/lib/chef/resource/ifconfig.rb
+++ b/lib/chef/resource/ifconfig.rb
@@ -96,10 +96,6 @@ class Chef
property :vlan, String,
introduced: "14.4",
description: "The VLAN to assign the interface to."
-
- property :gateways, String,
- introduced: "14.4",
- description: "The gateway to assign the interface to."
end
end
end