Saltstack Official Apt Formula
Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- # -*- coding: utf-8 -*-
- # vim: ft=yaml
- ---
- name: preferences
- title: apt formula
- maintainer: SaltStack Formulas
- license: Apache-2.0
- summary: Verify that the apt preferences are configured correctly
- depends:
- - name: share
- path: test/integration/share
- supports:
- - platform-name: debian
- - platform-name: ubuntu
|