Normalize the uid/gid of the apache user on all beta hosts to the "standard" 48/48 used on the older Precise instances and in WMF production.
This seems to only be necessary on deployment-mediawiki0[1-3].
$ sudo salt '*' cmd.run 'hostname;id apache;lsb_release -d' ## hosts responding "id: apache: no such user" removed from output i-000001dc.eqiad.wmflabs: deployment-upload uid=48(apache) gid=48(apache) groups=48(apache) Description: Ubuntu 12.04.5 LTS i-0000022e.eqiad.wmflabs: deployment-jobrunner01 uid=48(apache) gid=48(apache) groups=48(apache) Description: Ubuntu 12.04.5 LTS i-0000059b.eqiad.wmflabs: deployment-mediawiki03 uid=997(apache) gid=48(apache) groups=48(apache) Description: Ubuntu 14.04.1 LTS i-0000044e.eqiad.wmflabs: deployment-mediawiki01 uid=997(apache) gid=48(apache) groups=48(apache) Description: Ubuntu 14.04.1 LTS i-0000010b.eqiad.wmflabs: deployment-bastion uid=48(apache) gid=48(apache) groups=48(apache) Description: Ubuntu 12.04.5 LTS i-000004ba.eqiad.wmflabs: deployment-mediawiki02 uid=997(apache) gid=48(apache) groups=48(apache) Description: Ubuntu 14.04.1 LTS