Переглянути джерело

Merge pull request #7 from qbcode/master

Fix typo in template 01proxy
tags/v0.5.0
Nitin Madhok 10 роки тому
джерело
коміт
4dc8314d2d
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      apt-cacher/files/01proxy

+ 1
- 1
apt-cacher/files/01proxy Переглянути файл

@@ -1,2 +1,2 @@
{% set apt_cacher = pillar.get('apt-cacher', {}) -%}
{% set apt_cacher = pillar.get('apt_cacher', {}) -%}
Acquire::http::Proxy "http://{{ apt_cacher.get('host', 'localhost') }}:3142";

Завантаження…
Відмінити
Зберегти