Merge pull request #8 from abednarik/update_readme_file
Removed pillar.example from README file
This commit is contained in:
commit
a9082ccfcd
16
README.rst
16
README.rst
|
@ -4,21 +4,7 @@ sysctl-formula
|
||||||
This formula ensures that a sysctl parameter is present on the system
|
This formula ensures that a sysctl parameter is present on the system
|
||||||
from a pillar file.
|
from a pillar file.
|
||||||
|
|
||||||
|
Please check pillar.example for usage example.
|
||||||
Here's a small pillar data sample::
|
|
||||||
|
|
||||||
sysctl:
|
|
||||||
lookup:
|
|
||||||
pkg: procps-ng
|
|
||||||
config:
|
|
||||||
location: /etc/sysctl.d
|
|
||||||
params:
|
|
||||||
vm.swappines:
|
|
||||||
value: 20
|
|
||||||
config: 10-swap.conf
|
|
||||||
fs.file-max:
|
|
||||||
value: 10000
|
|
||||||
|
|
||||||
|
|
||||||
The state sysctl will ensure these are present on the system
|
The state sysctl will ensure these are present on the system
|
||||||
based on the sysctl module of salt.
|
based on the sysctl module of salt.
|
||||||
|
|
Loading…
Reference in New Issue