X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/cd8908b4513208023e9168d16b11cac8a2799b0c..b44875cc22941c94de364788fa03b369d74902c9:/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