Our CI puppet manifest starts xvfb using an upstart script but it is not available on Jessie:
Error: /Stage[main]/Xvfb/Service[xvfb]: Provider upstart is not functional on this host
On Jessie slaves, we thus need to define the xvfb service via systemd.
Brandon Black pointed that Giuseppe Lavagetto wrote a puppet definition that handle that case.
No clue how it should be applied though. Operations might be able to help.