From 7ddbd5cc5ffc9bcaf6efc8a5a5b39c98378361a7 Mon Sep 17 00:00:00 2001 From: Niels Abspoel Date: Tue, 9 Jun 2015 23:30:54 +0200 Subject: [PATCH] Added Suse and Debian support to sysctl-formula --- sysctl/map.jinja | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/sysctl/map.jinja b/sysctl/map.jinja index 8dab16d..1312ffe 100644 --- a/sysctl/map.jinja +++ b/sysctl/map.jinja @@ -15,7 +15,19 @@ "config": { "location": '/etc/sysctl.conf', } - } + }, + 'Suse': { + "pkg": "procps", + "config": { + "location": '/etc/sysctl.d', + } + }, + 'Debian': { + "pkg": "procps", + "config": { + "location": '/etc/sysctl.d', + } + }, }, grain="os_family") %} {## Merge the flavor_map to the default settings ##}