Saltstack Official Apt-Cacher Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- include:
- - apache
-
- apt-cacher:
- pkg.installed: []
- service.running:
- - enable: True
- - require:
- - pkg: apt-cacher
-
- /etc/apt-cacher/apt-cacher.conf:
- file.managed:
- - source: salt://apt-cacher/files/apt-cacher.conf
- - template: jinja
- - mode: 644
- - watch_in:
- - service: apt-cacher
|