mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 02:15:20 +00:00
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:
parent
1a36384598
commit
97c2b4f598
@ -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: "*"
|
||||
|
Loading…
Reference in New Issue
Block a user