X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4f94ccf583d86093b3756f5999de5bfcdff99895..37c0446fb32977edfa5647799a62bde3256a6d32:/cookbooks/wordpress/resources/site.rb?ds=sidebyside diff --git a/cookbooks/wordpress/resources/site.rb b/cookbooks/wordpress/resources/site.rb index 4e712da34..a5e19a1ef 100644 --- a/cookbooks/wordpress/resources/site.rb +++ b/cookbooks/wordpress/resources/site.rb @@ -29,7 +29,6 @@ attribute :database_user, :kind_of => String, :required => true 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 :urls, :kind_of => Hash, :default => {} attribute :reload_apache, :kind_of => [TrueClass, FalseClass], :default => true