Saltstack Official Linux Formula
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- {%- 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 "http://{{ network.proxy.host }}:{{ network.proxy.port }}/";
|