mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 18:35:18 +00:00
14 lines
252 B
Plaintext
14 lines
252 B
Plaintext
{% import 'pkg/common' as pkg %}
|
|
include:
|
|
- gentoo.portage.packages
|
|
- lib.glibc
|
|
|
|
net-misc/curl:
|
|
pkg.latest:
|
|
- pkgs:
|
|
- {{ pkg.gen_atom('net-misc/curl') }}
|
|
- require:
|
|
- file: gentoo.portage.packages
|
|
- pkg: sys-libs/glibc
|
|
|