Commit d8066af0 by barni2000

ADD exception for xenial.

parent be13eaeb
......@@ -37,7 +37,7 @@ firewall:
- libmemcached-dev
- openvswitch-switch
- python-pip
{% if grains['os'] != 'Debian' %}
{% if grains['os'] != 'Debian' and grains['os'] != 'Ubuntu' and grains['oscodename'] != 'xenial' %}
{# No such package in Debian Jessie! #}
- openvswitch-controller
{% endif %}
......
......@@ -41,7 +41,7 @@ vmdriver:
- libxslt1-dev
- openvswitch-common
- openvswitch-switch
{% if grains['os'] != 'Debian' %}
{% if grains['os'] != 'Debian' and grains['os'] != 'Ubuntu' and grains['oscodename'] != 'xenial' %}
{# No such package in Debian Jessie! #}
- openvswitch-controller
{% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment