Of the 5 new instances, one of them failed with this:
Mar 6 22:23:47 integration-slave1402 puppet-agent[18466]: (/Stage[main]/Mediawiki::Packages/Package[lilypond]/ensure) ensure changed 'purged' to 'present' Mar 6 22:24:40 integration-slave1402 puppet-agent[18466]: (/Stage[main]/Mediawiki::Packages/Package[texlive-bibtex-extra]/ensure) ensure changed 'purged' to 'present' Mar 6 22:24:47 integration-slave1402 puppet-agent[18466]: (/Stage[main]/Mediawiki::Packages/Package[mediawiki-math-texvc]/ensure) ensure changed 'purged' to 'present' Mar 6 22:24:49 integration-slave1402 libapache2-mod-php5: php5_invoke: Enable module xmlrpc for apache2 SAPI Mar 6 22:24:49 integration-slave1402 libapache2-mod-php5: php5_invoke: Enable module pdo for apache2 SAPI Mar 6 22:24:49 integration-slave1402 libapache2-mod-php5: php5_invoke: Enable module memcached for apache2 SAPI Mar 6 22:24:49 integration-slave1402 libapache2-mod-php5: php5_invoke: Enable module pdo_mysql for apache2 SAPI Mar 6 22:24:49 integration-slave1402 libapache2-mod-php5: php5_invoke: Enable module fss for apache2 SAPI Mar 6 22:24:49 integration-slave1402 libapache2-mod-php5: php5_invoke: Enable module geoip for apache2 SAPI Mar 6 22:24:49 integration-slave1402 libapache2-mod-php5: php5_invoke: Enable module redis for apache2 SAPI Mar 6 22:24:49 integration-slave1402 libapache2-mod-php5: php5_invoke: Enable module json for apache2 SAPI Mar 6 22:24:49 integration-slave1402 libapache2-mod-php5: php5_invoke: Enable module mysqli for apache2 SAPI Mar 6 22:24:49 integration-slave1402 libapache2-mod-php5: php5_invoke: Enable module mysql for apache2 SAPI Mar 6 22:24:49 integration-slave1402 libapache2-mod-php5: php5_invoke: Enable module luasandbox for apache2 SAPI Mar 6 22:24:49 integration-slave1402 libapache2-mod-php5: php5_invoke: Enable module opcache for apache2 SAPI Mar 6 22:24:49 integration-slave1402 libapache2-mod-php5: php5_invoke: Enable module intl for apache2 SAPI Mar 6 22:24:49 integration-slave1402 libapache2-mod-php5: php5_invoke: Enable module curl for apache2 SAPI Mar 6 22:24:50 integration-slave1402 libapache2-mod-php5: apache2_invoke: Enable module php5 Mar 6 22:24:50 integration-slave1402 libapache2-mod-php5: apache2_reload: Your configuration is broken. Not restarting Apache 2 Mar 6 22:24:50 integration-slave1402 puppet-agent[18466]: (/Stage[main]/Mediawiki::Packages/Package[php-mail-mime]/ensure) ensure changed 'purged' to 'present'
After the puppet run:
$ curl 'http://localhost:9412/' curl: (7) Failed to connect to localhost port 9412: Connection refused
Whereas on all other instances:
$ curl 'http://localhost:9412/' <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access / on this server.</p> </body></html>