Kaynağa Gözat

Fix typo in template 01proxy

The key is always null and thus localhost is always used no matter
way. This correction lets users specify the apt-cacher host.
master
Jimmy Tang 10 yıl önce
ebeveyn
işleme
3f605b9e20
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      apt-cacher/files/01proxy

+ 1
- 1
apt-cacher/files/01proxy Dosyayı Görüntüle

@@ -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";

Yükleniyor…
İptal
Kaydet