2019-08-28 00:43:50 +02:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# vim: ft=yaml
|
|
|
|
---
|
|
|
|
name: default
|
|
|
|
title: sysctl formula
|
|
|
|
maintainer: SaltStack Formulas
|
|
|
|
license: Apache-2.0
|
|
|
|
summary: Verify that the sysctl formula is setup and configured correctly
|
|
|
|
supports:
|
|
|
|
- platform-name: debian
|
|
|
|
- platform-name: ubuntu
|
|
|
|
- platform-name: centos
|
|
|
|
- platform-name: fedora
|
|
|
|
- platform-name: opensuse
|
|
|
|
- platform-name: suse
|
|
|
|
- platform-name: freebsd
|
|
|
|
- platform-name: amazon
|
2021-02-22 18:34:24 +01:00
|
|
|
- platform-name: oracle
|
2019-09-22 19:08:42 +02:00
|
|
|
- platform-name: arch
|
2021-02-22 18:34:24 +01:00
|
|
|
- platform-name: gentoo
|
|
|
|
- platform: windows
|