mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
{% import 'pkg/common' as pkg %}
|
|
include:
|
|
- gentoo.portage.packages
|
|
|
|
net-dns/ldns-utils:
|
|
pkg.latest:
|
|
- pkgs:
|
|
- {{ pkg.gen_atom('net-dns/ldns-utils') }}
|
|
- require:
|
|
- file: gentoo.portage.packages
|