puppet-vswitch/releasenotes/notes/dkms-8d4cef878246820f.yaml
Emilien Macchi f4d19a7a07 set dkms_ensure to False by default
In recent releases of Ubuntu, dkms packaging is not useful anymore, see:
https://javacruft.wordpress.com/2014/03/03/which-open-vswitch/

Switch dkms_ensure to False by default, so we can deploy OVS out of the
box on Ubuntu Xenial. This patch should not break Trusty deployments.

Change-Id: Ie97134e5e1053e4fa6135033e907183bb4fc293a
2016-05-02 12:19:16 -04:00

6 lines
223 B
YAML

---
deprecations:
- Do not deploy openvswitch-datapath-dkms by default. In recent releases of
Ubuntu, openvswitch-datapath-dkms packaging is not needed anymore, so we set dkms_ensure
to False by default from now.