Skip to content

Commit

Permalink
Update nginx to 1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjb committed Jan 2, 2019
1 parent 81c2f4c commit 46585a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/init.sls
Expand Up @@ -28,9 +28,9 @@ nginx:
pkg.installed:
{% if grains['os_family'] == 'RedHat' %}
{% if grains['osmajorrelease']|int == 7 %}
- version: 1.14.1-1.el7_4.ngx
- version: 1.14.2-1.el7_4.ngx
{% elif grains['osmajorrelease']|int == 6 %}
- version: 1.14.1-1.el6.ngx
- version: 1.14.2-1.el6.ngx
{% endif %}
- hold: true
- update_holds: true
Expand Down

0 comments on commit 46585a6

Please sign in to comment.