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".
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".