Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions libraries/resource_ssl_certificate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ class SslCertificate < Chef::Resource
# Include methods related to PKCS12 attributes.
include ::Chef::Resource::SslCertificate::PKCS12

provides :ssl_certificate

def initialize(name, run_context = nil)
super
@resource_name = :ssl_certificate
Expand Down