X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b44875cc22941c94de364788fa03b369d74902c9..c45b10b52d55b1eda30d25595ae605bfaabac7b6:/cookbooks/wordpress/resources/site.rb diff --git a/cookbooks/wordpress/resources/site.rb b/cookbooks/wordpress/resources/site.rb index 9b5e4dabf..a5e19a1ef 100644 --- a/cookbooks/wordpress/resources/site.rb +++ b/cookbooks/wordpress/resources/site.rb @@ -29,8 +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 :ssl_certificate_chain, :kind_of => String attribute :urls, :kind_of => Hash, :default => {} attribute :reload_apache, :kind_of => [TrueClass, FalseClass], :default => true