From 7bdc6a05c42d0d2acac860cd93ecd65baca21d32 Mon Sep 17 00:00:00 2001 From: tsia Date: Tue, 7 Nov 2017 11:31:07 +0100 Subject: [PATCH] fixed typo --- php/map.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/map.jinja b/php/map.jinja index e63871c..fec2d7e 100644 --- a/php/map.jinja +++ b/php/map.jinja @@ -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': {