summaryrefslogtreecommitdiff
path: root/lib/chef/resource/openssl_x509_crl.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-26 12:57:20 -0700
committerTim Smith <tsmith@chef.io>2018-10-26 12:57:20 -0700
commitd5ed55048ac1ad60d56fdd915283b55992696784 (patch)
treed08041b38aea2fbb1bb377b267a4ee55924242b9 /lib/chef/resource/openssl_x509_crl.rb
parent5836a4cd4b35d8fa8843c75b3a6aea990b89ba0a (diff)
downloadchef-d5ed55048ac1ad60d56fdd915283b55992696784.tar.gz
Make all Chef 14 preview resources into full resources
These will now load and cookbook resources will not. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/openssl_x509_crl.rb')
-rw-r--r--lib/chef/resource/openssl_x509_crl.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/resource/openssl_x509_crl.rb b/lib/chef/resource/openssl_x509_crl.rb
index 06f73bdd51..7f41c551cc 100644
--- a/lib/chef/resource/openssl_x509_crl.rb
+++ b/lib/chef/resource/openssl_x509_crl.rb
@@ -24,7 +24,6 @@ class Chef
require "chef/mixin/openssl_helper"
include Chef::Mixin::OpenSSLHelper
- preview_resource true
resource_name :openssl_x509_crl
description "Use the openssl_x509_crl resource to generate PEM-formatted x509 certificate revocation list (CRL) files."