Skip to main content

Installable conditions for Munki

·1 min

Installable conditions in a Munki PLIST use a syntax know as “Predicate Format String”. See below for a quick reference:

Comparison Operators #

=, == Equality test

>=, => Greater than equal to test

<=, =< Less than equal to test

> Greater than test

< Less than test

!=, <> Not equal test

Compound Operators #

AND, && Logical AND

OR, || Logical OR

NOT, ! Logical NOT