Seán O'Halloran
03/09/2021, 6:00 PMplatforms: darwin and this works, like so:
overrides:
platforms:
darwin:
exclude_paths:
downloads:
- /Users/%/Downloads/ignore/%%
file_paths:
downloads:
- /Users/%/Downloads/%%
However I want to have another set of paths targeting CentOS.
The centos platform definition doesn’t seem to work for whatever reason. Can you scope FIM any other way, such as by label?Seán O'Halloran
03/09/2021, 7:26 PMlinux platform. Are these documented anywhere? Many of my nodes have os_version.platform: rhelDan Achin
03/09/2021, 7:49 PMdarwin for macOS hosts
• freebsd for FreeBSD hosts
• linux for any RedHat or Debian-based hosts
• posix for darwin, freebsd, and linux hosts
• windows for any Windows desktop or server hosts
• any or all for all, alternatively no platform key selects allSeán O'Halloran
03/12/2021, 4:34 PMdebian , ubuntu and centos from what I’ve foundSeán O'Halloran
03/12/2021, 4:35 PMapiVersion: v1
kind: label
spec:
ID: 0
description: All Linux hosts
label_type: 0
name: Linux
platform: linux
query: SELECT 1;Seán O'Halloran
03/17/2021, 8:57 PMplatform: linux does not work, at least on v4.4.0Seán O'Halloran
03/22/2021, 9:29 PMplatform is treated differently depending on whether it’s applied to a label, pack or option. Not seeing a clear pattern