0
0
mirror of https://github.com/saltstack-formulas/sysctl-formula.git synced 2026-05-14 04:40:32 +02:00

Merge 328a5635304a17fc59b4b235eb12205a4f8763cb into 0d109acf80e486618af9e91b92177fa4c7db4ae1

This commit is contained in:
Neocid 2015-08-21 17:48:57 +00:00
commit dbfc7403f1

View File

@ -12,7 +12,7 @@ Here's a small pillar data sample::
pkg: procps-ng pkg: procps-ng
config: config:
location: /etc/sysctl.d location: /etc/sysctl.d
params: param:
vm.swappines: vm.swappines:
value: 20 value: 20
config: 10-swap.conf config: 10-swap.conf
@ -26,4 +26,3 @@ based on the sysctl module of salt.
if no config value is given the key value will be written based host system. 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 systemd systems this will be /etc/sysctl.d/99-salt.conf
on sysv init systems it will be /etc/sysctl.conf on sysv init systems it will be /etc/sysctl.conf