{% if postreboot is defined %}
%post
sync # XXX if this is a RHEV guest, the server will forcibly restart us due to BZ#751854
fetch - http://{{ lab_controller.fqdn }}:8000/postreboot/{{ recipe.id }}
sync
{{ end }}
{% endif %}