Saltstack Official Apt-Cacher Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

11 行
484B

  1. ########################################################################
  2. # File managed by Salt at <{{ source }}>.
  3. # Your changes will be overwritten.
  4. ########################################################################
  5. Acquire::http::Proxy "http://{{ apt_cacher_ng.server_address }}:{{ apt_cacher_ng.server_port }}";
  6. Acquire::https::Proxy "{{ apt_cacher_ng.https_proxy }}";
  7. {% for host in apt_cacher_ng.local_mirrors -%}
  8. Acquire::http::Proxy::{{ host }} "DIRECT";
  9. {% endfor -%}