X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5919a0168e927c655ce23acc885413864f0ebfcf..4ffc2ea14e4ca0db54934cd79551446528bf3c26:/cookbooks/civicrm/recipes/default.rb diff --git a/cookbooks/civicrm/recipes/default.rb b/cookbooks/civicrm/recipes/default.rb index 382cb53b4..7865752e3 100644 --- a/cookbooks/civicrm/recipes/default.rb +++ b/cookbooks/civicrm/recipes/default.rb @@ -17,7 +17,7 @@ # limitations under the License. # -node.default[:ssl][:certificates] = node[:ssl][:certificates] | [ "crm.osmfoundation" ] +node.default[:ssl][:certificates] = node[:ssl][:certificates] | ["crm.osmfoundation"] include_recipe "wordpress" include_recipe "mysql" @@ -27,7 +27,6 @@ package "wkhtmltopdf" passwords = data_bag_item("civicrm", "passwords") database_password = passwords["database"] -admin_password = passwords["admin"] site_key = passwords["key"] mysql_user "civicrm@localhost" do