Merge pull request #54 from webplatform/master
Installing nginx on Ubuntu/Debian fails, missing map property
This commit is contained in:
commit
37a048ceb0
@ -1,6 +1,7 @@
|
|||||||
{% set nginx = salt['grains.filter_by']({
|
{% set nginx = salt['grains.filter_by']({
|
||||||
'Debian': {
|
'Debian': {
|
||||||
'apache_utils': 'apache2-utils',
|
'apache_utils': 'apache2-utils',
|
||||||
|
'package': 'nginx-full'
|
||||||
},
|
},
|
||||||
'RedHat': {
|
'RedHat': {
|
||||||
'apache_utils': 'httpd-tools',
|
'apache_utils': 'httpd-tools',
|
||||||
|
Loading…
Reference in New Issue
Block a user