fixed typo

This commit is contained in:
tsia 2017-11-07 11:31:07 +01:00 committed by GitHub
parent 695b66c338
commit 7bdc6a05c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,7 +166,7 @@
'zip_pkg': 'php-zip',
}
}, grain="os", merge=salt['pillar.get']('php:lookup')) %}
{%- elseif salt['grains.get']('osrelease')|string >= '16.04' %}
{%- elif salt['grains.get']('osrelease')|string >= '16.04' %}
{# Ubuntu 16.04+ specific PHP definitions #}
{%- set php = salt['grains.filter_by']({
'Ubuntu': {