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