mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
13 lines
318 B
Plaintext
13 lines
318 B
Plaintext
{% import 'pkg/common' as pkg %}
|
|
include:
|
|
- gentoo.portage.packages
|
|
- gentoo.repos.rbkmoney
|
|
|
|
app-misc/opendistro-security-kibana-plugin:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- {{ pkg.gen_atom('app-misc/opendistro-security-kibana-plugin') }}
|
|
- require:
|
|
- file: gentoo.portage.packages
|
|
- git: rbkmoney
|