Saltstack Official Apt-Cacher Formula
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

11 lines
284B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=sls
  3. {#- Get the `tplroot` from `tpldir` #}
  4. {%- set tplroot = tpldir.split('/')[0] %}
  5. {%- from tplroot ~ "/ng/map.jinja" import apt_cacher_ng with context %}
  6. apt-cacher/ng/server/package/install:
  7. pkg.installed:
  8. - name: {{ apt_cacher_ng.pkg }}