no apt-cache.lan, openhab-prom-exporter fix

This commit is contained in:
do
2020-10-09 19:36:41 +02:00
parent 286c713b56
commit db755165cb
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
apt-proxy:
file.managed:
file.absent:
- name: /etc/apt/apt.conf.d/proxy
- contents: |
# SALT managed
Acquire::http::proxy "http://apt-cache.lan:3142";
Acquire::ftp::proxy "http://apt-cache.lan:3142";
Acquire::http::proxy "http://apt-cache.lan";
Acquire::ftp::proxy "http://apt-cache.lan";