summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Kalin <akalin@martinisoftware.com>2018-02-20 21:48:37 -0600
committerAaron Kalin <akalin@martinisoftware.com>2018-02-20 22:05:43 -0600
commit5607aacf82c4fb4da2f1638870e240ef3581be9a (patch)
treeaed3a8d8e9e803ed096dec38c8e65dc92e162ae1
parentcd91f426c9333671ed06d5ef29410602be12414d (diff)
downloadchef-5607aacf82c4fb4da2f1638870e240ef3581be9a.tar.gz
Correct a :cop: violation
Signed-off-by: Aaron Kalin <akalin@martinisoftware.com>
-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 d80abd090d..8c7798566d 100644
--- a/lib/chef/resource/ifconfig.rb
+++ b/lib/chef/resource/ifconfig.rb
@@ -38,7 +38,7 @@ class Chef
property :target, String, name_property: true
property :hwaddr, String
property :mask, String
- property :family, String, default: 'inet'
+ property :family, String, default: "inet"
property :inet_addr, String
property :bcast, String
property :mtu, String