0
0
mirror of https://github.com/saltstack-formulas/sysctl-formula.git synced 2024-11-27 23:07:54 +01:00
Go to file
Niels Abspoel 97e305dc97 Merge pull request #10 from enver/master
Added support to specify params as dictionary (as a params2)
2016-02-12 10:10:55 +01:00
sysctl Incorporated suggestions after initial PR review 2016-02-12 09:42:31 +01:00
pillar.example Added support for dictionary params (params2) 2016-02-11 15:16:46 +01:00
README.rst Removed pillar.example from README file 2015-11-17 13:31:59 -03:00

sysctl-formula
==============

This formula ensures that a sysctl parameter is present on the system
from a pillar file.

Please check pillar.example for usage example.

The state sysctl will ensure these are present on the system
based on the sysctl module of salt. 

if no config value is given the key value will be written based host system.
on systemd systems this will be /etc/sysctl.d/99-salt.conf
on sysv init systems it will be /etc/sysctl.conf