summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-30 12:36:38 -0700
committerTim Smith <tsmith@chef.io>2018-10-30 12:36:38 -0700
commitcf727f331985fbc549b5ad2118d04cd92c885f91 (patch)
tree541c50f8a7ca434edc728bce53d72eb349685a22
parent9e375c98bd157a271850601cf2ca7fd7a7c7ee0a (diff)
downloadchef-cf727f331985fbc549b5ad2118d04cd92c885f91.tar.gz
Remove preview resource from windows_certificate & windows_share
The initial PR was for the backport, but we don't want these to be previews in Chef 15 Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/windows_certificate.rb1
-rw-r--r--lib/chef/resource/windows_share.rb1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/resource/windows_certificate.rb b/lib/chef/resource/windows_certificate.rb
index a5058f07a8..afb69703a8 100644
--- a/lib/chef/resource/windows_certificate.rb
+++ b/lib/chef/resource/windows_certificate.rb
@@ -24,7 +24,6 @@ require "openssl"
class Chef
class Resource
class WindowsCertificate < Chef::Resource
- preview_resource true
resource_name :windows_certificate
description "Use the windows_certificate resource to install a certificate into the Windows certificate store from a file. The resource grants read-only access to the private key for designated accounts. Due to current limitations in WinRM, installing certificates remotely may not work if the operation requires a user profile. Operations on the local machine store should still work."
diff --git a/lib/chef/resource/windows_share.rb b/lib/chef/resource/windows_share.rb
index b84be3dc36..b50c5ef2e3 100644
--- a/lib/chef/resource/windows_share.rb
+++ b/lib/chef/resource/windows_share.rb
@@ -25,7 +25,6 @@ require "chef/json_compat"
class Chef
class Resource
class WindowsShare < Chef::Resource
- preview_resource true
resource_name :windows_share
description "Use the windows_share resource to create, modify and remove Windows shares."