From 244fc018e46a37b210cc6b1c369d5580460b5784 Mon Sep 17 00:00:00 2001 From: Niels Abspoel Date: Wed, 27 Apr 2016 15:21:41 +0200 Subject: [PATCH] Revert "Remove redundant entries from map.jinja file" --- sysctl/map.jinja | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sysctl/map.jinja b/sysctl/map.jinja index 4424a19..006d3d3 100644 --- a/sysctl/map.jinja +++ b/sysctl/map.jinja @@ -16,6 +16,11 @@ {## setup variable using grains['os_family'] based logic ##} {% set os_family_map = salt['grains.filter_by']({ + 'Arch': { + "config": { + "location": '/etc/sysctl.d', + } + }, 'RedHat': { "config": { "location": '/etc/sysctl.conf', @@ -23,9 +28,15 @@ }, 'Suse': { "pkg": "procps", + "config": { + "location": '/etc/sysctl.d', + } }, 'Debian': { "pkg": "procps", + "config": { + "location": '/etc/sysctl.d', + } }, }, grain="os_family",