bundles/nginx: prepare for arch linux

This commit is contained in:
Franzi 2021-06-01 16:52:03 +02:00
parent 6b90d568cf
commit cf3c45fdd5
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 35 additions and 3 deletions

View file

@ -33,6 +33,11 @@ defaults = {
'nginx': {
'worker_connections': 768,
},
'pacman': {
'packages': {
'nginx': {},
},
},
}
if node.has_bundle('telegraf'):