Fixes #3470: Invalid elasticsearch(-oss) alternative dependency format breaks package installation/update for RPM based installations.
This commit is contained in:
parent
e5383fdfbb
commit
5949f06a0c
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ targets:
|
|||
centos-7:
|
||||
dependencies:
|
||||
- curl
|
||||
- elasticsearch|elasticsearch-oss
|
||||
- elasticsearch
|
||||
- nginx
|
||||
- postgresql-server
|
||||
- which
|
||||
|
@ -18,7 +18,7 @@ targets:
|
|||
centos-8:
|
||||
dependencies:
|
||||
- curl
|
||||
- elasticsearch|elasticsearch-oss
|
||||
- elasticsearch
|
||||
- nginx
|
||||
- postgresql-server
|
||||
- which
|
||||
|
@ -80,7 +80,7 @@ targets:
|
|||
sles-12:
|
||||
dependencies:
|
||||
- curl
|
||||
- elasticsearch|elasticsearch-oss
|
||||
- elasticsearch
|
||||
- nginx
|
||||
- postgresql-server
|
||||
- libImlib2-1
|
||||
|
|
Loading…
Reference in a new issue