summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Schaumburg <pschaumburg@tecracer.de>2020-03-26 16:05:38 +0100
committerPatrick Schaumburg <pschaumburg@tecracer.de>2020-03-26 16:05:38 +0100
commitc8fc07f59d79e17298f5ab292791d4079913709d (patch)
tree408f51e29b3b9b78c4272515af4681e862b0acb0
parent24b04cc0cd19b2b17a185b138d204778fe009b08 (diff)
downloadchef-c8fc07f59d79e17298f5ab292791d4079913709d.tar.gz
remove default value for description
-rw-r--r--lib/chef/resource/windows_firewall_rule.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_firewall_rule.rb b/lib/chef/resource/windows_firewall_rule.rb
index 2f6bcebc82..f338871a2f 100644
--- a/lib/chef/resource/windows_firewall_rule.rb
+++ b/lib/chef/resource/windows_firewall_rule.rb
@@ -34,7 +34,6 @@ class Chef
description: "An optional property to set the name of the firewall rule to assign if it differs from the resource block's name."
property :description, String,
- default: "Firewall rule",
description: "The description to assign to the firewall rule."
property :displayname, String,