summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-05 09:42:02 -0800
committerTim Smith <tsmith@chef.io>2018-11-05 09:42:02 -0800
commitd524cae66d8572b0f3319855b9f9dce11c7b64de (patch)
treeccce13c48556e5e2844b381d912319044d90c596
parent6135e4d401d0e01cc435c49d54dac529bbf5dee4 (diff)
downloadchef-d524cae66d8572b0f3319855b9f9dce11c7b64de.tar.gz
Make windows_firewall a preview resourcewindows_firewall_14
In master (chef-15) this wasn't necessary, but we want the cookbook to win for Chef 14. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/windows_firewall_rule.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource/windows_firewall_rule.rb b/lib/chef/resource/windows_firewall_rule.rb
index a7e4609605..e75dc2c21b 100644
--- a/lib/chef/resource/windows_firewall_rule.rb
+++ b/lib/chef/resource/windows_firewall_rule.rb
@@ -24,6 +24,7 @@ require "chef/json_compat"
class Chef
class Resource
class WindowsFirewallRule < Chef::Resource
+ preview_resource true
resource_name :windows_firewall_rule
description "Use the windows_firewall_rule resource to create, change or remove windows firewall rules."