Add CentOS support

pull/6/head
Lukasz Zajaczkowski 2016-02-05 10:45:59 +00:00 committed by Lukasz Zajaczkowski
parent ce6fd46637
commit 82be3d08f3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ bridge-utils:
- mode: 644
- makedirs: true
{% if grains.os == 'Fedora' and grains.osrelease_info[0] >= 22 %}
{% if (grains.os == 'Fedora' and grains.osrelease_info[0] >= 22) or (grains.os == 'CentOS' and grains.osrelease_info[0] >= 7) %}
docker:
pkg: