plone / ansible-playbook

An Ansible playbook for automated deployment of full-stack Plone servers.
90 stars 74 forks source link

Update for roles/plone.plone_server/templates/buildout.cfg.j2 needed? #92

Closed stevepiercy closed 6 years ago

stevepiercy commented 7 years ago

In lines 51-53:

{% if instance_config.plone_version | version_compare('5.0.6', '<=') %}
    Products.PloneHotfix20160830
{% endif %}

I'm not sure how to update this. There is a newer hotfix for 5.0.6, but I don't know whether to stack the hotfixes or replace them.

Also should there be a stanza for 5.0.7? 5.0.7 includes the hotfix, so I don't think it does.

smcmahon commented 6 years ago

Resolved when we did the 5.0.9 update 3 months ago.