mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
{% import 'pkg/common' as pkg %}
|
|
include:
|
|
- gentoo.portage.packages
|
|
- java.common
|
|
|
|
dev-java/openjdk-bin:
|
|
pkg.installed:
|
|
- pkgs:
|
|
- {{ pkg.gen_atom('dev-java/openjdk-bin') }}
|
|
- require:
|
|
- file: gentoo.portage.packages
|