Saltstack Official Chrony Formula
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- # -*- coding: utf-8 -*-
- # vim: ft=yaml
- ---
- name: default
- title: chrony formula
- maintainer: SaltStack Formulas
- license: Apache-2.0
- summary: Verify that the chrony formula is setup and configured correctly
- depends:
- - name: share
- path: test/integration/share
- supports:
- - platform-name: debian
- - platform-name: ubuntu
- - platform-name: centos
- - platform-name: fedora
- - platform-name: opensuse
- - platform-name: suse
- - platform-name: freebsd
- - platform-name: openbsd
- - platform-name: amazon
- - platform-name: oracle
- - platform-name: arch
- - platform-name: gentoo
- - platform-name: almalinux
- - platform-name: rocky
- - platform: windows
|