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
This commit is contained in:
Alexander Miroshnichenko 2019-05-28 15:45:04 +03:00 committed by GitHub
parent 1a36384598
commit 97c2b4f598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,6 @@
portage:
sync_wait_one_day: True
make_conf:
features:
- xattr
@ -19,3 +22,4 @@ make_conf:
CURL_SSL: "openssl"
PYTHON_TARGETS: "python2_7 python3_6"
PYTHON_SINGLE_TARGET: "python3_6"
ACCEPT_LICENSE: "*"