X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4f94ccf583d86093b3756f5999de5bfcdff99895..acabd71e5ccd75d9b019c8a8ab821129c02bb002:/cookbooks/wordpress/resources/site.rb diff --git a/cookbooks/wordpress/resources/site.rb b/cookbooks/wordpress/resources/site.rb index 4e712da34..9b5e4dabf 100644 --- a/cookbooks/wordpress/resources/site.rb +++ b/cookbooks/wordpress/resources/site.rb @@ -30,6 +30,7 @@ attribute :database_password, :kind_of => String, :required => true attribute :database_prefix, :kind_of => String, :default => "wp_" attribute :ssl_enabled, :kind_of => [TrueClass, FalseClass], :default => false attribute :ssl_certificate, :kind_of => String +attribute :ssl_certificate_chain, :kind_of => String attribute :urls, :kind_of => Hash, :default => {} attribute :reload_apache, :kind_of => [TrueClass, FalseClass], :default => true