salt-common/pillar/gentoo/makeconf/default.sls
Alexander Miroshnichenko 97c2b4f598
add portage:sync_wait_one_day pillar for all minions to prevent the p… (#16)
* add portage:sync_wait_one_day pillar for all minions to prevent the portage tree from being synced within one day of the previous sync

* portage: add accep_license option to the make.conf
2019-05-28 15:45:04 +03:00

26 lines
721 B
Plaintext

portage:
sync_wait_one_day: True
make_conf:
features:
- xattr
- sandbox
- userfetch
- parallel-fetch
- parallel-install
- clean-logs
- compress-build-logs
- unmerge-logs
- splitdebug
- compressdebug
- fail-clean
- unmerge-orphans
- getbinpkg
- -news
other:
USE_SALT: "argon2 audit caps cgroups cracklib ecdsa efi filecaps json gnupg http2 iproute2 leaps_timezone logrotate lz4 lzma lzo multitarget netlink nettle nfsv4 nfsv41 numa openssl pcre16 sctp seccomp smp sqlite threads udev xattr xfs -X -bindist -dbus -gnutls -tcpd"
CURL_SSL: "openssl"
PYTHON_TARGETS: "python2_7 python3_6"
PYTHON_SINGLE_TARGET: "python3_6"
ACCEPT_LICENSE: "*"