This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
apt-cacher-formula
mirror of
https://github.com/saltstack-formulas/apt-cacher-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
6
Wiki
Activity
Browse Source
Merge pull request
#7
from qbcode/master
Fix typo in template 01proxy
tags/v0.5.0
Nitin Madhok
10 years ago
parent
b1d7ca1094
3f605b9e20
commit
4dc8314d2d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
apt-cacher/files/01proxy
+ 1
- 1
apt-cacher/files/01proxy
View File
@@ -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";
Write
Preview
Loading…
Cancel
Save