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
|