Saltstack Official Apt-Cacher Formula
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- # -*- coding: utf-8 -*-
- # vim: ft=yaml
- ---
- name: default
- title: apt-cacher formula
- maintainer: SaltStack Formulas
- license: Apache-2.0
- summary: Verify that the apt-cacher formula is setup and configured correctly
- depends:
- - name: share
- path: test/integration/share
- supports:
- - platform-name: debian
- - platform-name: ubuntu
|