mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
{% import 'pkg/common' as pkg %}
|
|
include:
|
|
- gentoo.portage.packages
|
|
|
|
dev-db/clickhouse:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- {{ pkg.gen_atom('dev-db/clickhouse') }}
|
|
- require:
|
|
- file: gentoo.portage.packages
|