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.

18 line
316B

  1. include:
  2. - apache
  3. apt-cacher:
  4. pkg.installed: []
  5. service.running:
  6. - enable: True
  7. - require:
  8. - pkg: apt-cacher
  9. /etc/apt-cacher/apt-cacher.conf:
  10. file.managed:
  11. - source: salt://apt-cacher/files/apt-cacher.conf
  12. - template: jinja
  13. - mode: 644
  14. - watch_in:
  15. - service: apt-cacher