summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-31 09:50:18 -0700
committerGitHub <noreply@github.com>2018-10-31 09:50:18 -0700
commita19f38f1e8799419f33b12f13c3c622eff542e69 (patch)
treee6582adced66e06db78891af8375fe3fa3ff6723
parentc36920164dc230b8644558eb5ddf6ac721bf4414 (diff)
parentcf727f331985fbc549b5ad2118d04cd92c885f91 (diff)
downloadchef-a19f38f1e8799419f33b12f13c3c622eff542e69.tar.gz
Merge pull request #7818 from chef/windows_resources
Remove preview resource from windows_certificate & windows_share
-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."