Hi,
I would like to prevent the omnibus-updater cookbook upgrading chef-client to v13 or newer. This is to prevent compatibility-breaking changes. I’ve added variable:
“omnibus_updater”: {
“version”: “< 13.0.0”
}
However the chef-client run fails with runtime error: “Could not construct URL for chef-download”. It works fine without this constraint.
Any ideas how I would achieve this?
Many thanks