Saltstack Official Apt Formula
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- # -*- coding: utf-8 -*-
- # vim: ft=yaml
- ---
- name: unattended
- title: apt formula
- maintainer: SaltStack Formulas
- license: Apache-2.0
- summary: Verify that the apt unattended preferences are configured correctly
- supports:
- - platform-name: debian
- - platform-name: ubuntu
|