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.
This commit is contained in:
parent
48442fcf66
commit
4a0cc9da99
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue