salt-common/sls/util/core.sls
Andrey Abramov 7a72f6288c review fixes
2019-07-02 15:22:32 +03:00

33 lines
736 B
Plaintext

{% import 'pkg/common' as pkg %}
include:
- gentoo.portage.packages
- lib.glibc
util-core:
pkg.latest:
- require:
- pkg: sys-libs/glibc
- file: gentoo.portage.packages
- pkgs:
- app-text/tree
- sys-apps/attr
- sys-apps/coreutils
- sys-apps/diffutils
- sys-apps/elfix
- sys-apps/file
- sys-apps/findutils
- sys-apps/gawk
- sys-apps/grep
- sys-apps/kbd
- sys-apps/less
- sys-apps/man-pages
- sys-apps/sed
- {{ pkg.gen_atom('sys-apps/util-linux') }}
- sys-apps/which
- sys-process/atop
- sys-process/iotop
- sys-process/lsof
- sys-process/ftop
- sys-process/procps
- sys-process/psmisc