Comment 1 for bug 1493442

Revision history for this message
Dan Prince (dan-prince) wrote :

Possibly related to this commit (quite old though):

commit d769137e386052d801046e81e1e40a0744352213
Author: Yanis Guenane <email address hidden>
Date: Wed Aug 12 11:48:20 2015 +0200

    Rely on autorequire for config resource ordering

    Currently we specify the ordering of config resources wherever it is
    necessary based on the presence of the file it will write to, or the
    presence of the package in charge of providing the file it will write
    to.

    Those kind of ordering can be specified directly at the resource level
    using the autorequire mechanism. With this patch, any config resource
    will make sure the package in charge of providing the file will be
    installed first.