From 4a0cc9da99c7813e283ac06f5b2001c2d7bacdd6 Mon Sep 17 00:00:00 2001 From: Beau Bilyeu Date: Wed, 22 Sep 2021 22:23:43 -0400 Subject: [PATCH] fix(osfamilymap.yml): correcting paths to directory This corrects the paths to point to the directory, not file, as the behavior in `param.sls` assumes a directory. --- sysctl/osfamilymap.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sysctl/osfamilymap.yml b/sysctl/osfamilymap.yml index 8f22984..4eb0f7d 100644 --- a/sysctl/osfamilymap.yml +++ b/sysctl/osfamilymap.yml @@ -1,8 +1,4 @@ --- -RedHat: - config: - location: /etc/sysctl.conf - Suse: pkg: procps @@ -11,7 +7,3 @@ Debian: Gentoo: pkg: sys-process/procps - -FreeBSD: - config: - location: /etc/sysctl.conf