Saltstack Official Linux Formula
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- {%- from "linux/map.jinja" import network with context %}
- Acquire::http::proxy "http://{{ network.proxy.host }}:{{ network.proxy.port }}/";
- Acquire::ftp::proxy "ftp://{{ network.proxy.host }}:{{ network.proxy.port }}/";
- Acquire::https::proxy "https://{{ network.proxy.host }}:{{ network.proxy.port }}/";
|