summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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