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.

8 line
203B

  1. {% set apt_cacher = salt['grains.filter_by']({
  2. 'Debian': {
  3. 'group': 'www-data',
  4. 'user': 'www-data',
  5. 'interface': 'False',
  6. },
  7. }, merge=salt['pillar.get']('apt_cacher')) %}