From 5d9f4710fe3dd03102833b24bb503fd941f57268 Mon Sep 17 00:00:00 2001 From: abednarik Date: Tue, 17 Nov 2015 13:31:59 -0300 Subject: [PATCH] Removed pillar.example from README file --- README.rst | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.rst b/README.rst index 0d96411..05cf727 100644 --- a/README.rst +++ b/README.rst @@ -4,21 +4,7 @@ sysctl-formula This formula ensures that a sysctl parameter is present on the system from a pillar file. - -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 - +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.