aws / opsworks-cookbooks

Chef Cookbooks for the AWS OpsWorks Service
Other
1.05k stars 1.23k forks source link

CentOS 7 bug fixes for apache2 and mysql::client #337

Closed ljay79 closed 9 years ago

ljay79 commented 9 years ago

Running these cookbooks on a local vm CentOS 7 instances fails.

apache2 does not use the existing correct httpd.conf from the "redhat-7" template as the $platform identifier is "centos".

mysql::client_install fails when trying to install the package "mysql55_client" which is not available on a standard CentOS 7 installation. The correct package together with "mariadb-devel" is "mariadb".

ljay79 commented 9 years ago

obsolete... applied fixes and hacks to clean branches and created individual PRs.