Commit d8066af0 by barni2000

ADD exception for xenial.

parent be13eaeb
...@@ -37,7 +37,7 @@ firewall: ...@@ -37,7 +37,7 @@ firewall:
- libmemcached-dev - libmemcached-dev
- openvswitch-switch - openvswitch-switch
- python-pip - python-pip
{% if grains['os'] != 'Debian' %} {% if grains['os'] != 'Debian' and grains['os'] != 'Ubuntu' and grains['oscodename'] != 'xenial' %}
{# No such package in Debian Jessie! #} {# No such package in Debian Jessie! #}
- openvswitch-controller - openvswitch-controller
{% endif %} {% endif %}
......
...@@ -41,7 +41,7 @@ vmdriver: ...@@ -41,7 +41,7 @@ vmdriver:
- libxslt1-dev - libxslt1-dev
- openvswitch-common - openvswitch-common
- openvswitch-switch - openvswitch-switch
{% if grains['os'] != 'Debian' %} {% if grains['os'] != 'Debian' and grains['os'] != 'Ubuntu' and grains['oscodename'] != 'xenial' %}
{# No such package in Debian Jessie! #} {# No such package in Debian Jessie! #}
- openvswitch-controller - openvswitch-controller
{% endif %} {% 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