stig
stig copied to clipboard
text_cnt needs min and max
The script fails if there are 3 NTP servers because it is looking for exactly 2, for example. Add a field text_compare
which can have values min
, max
, or exact
to determine how to interpret the text_cnt
variable. This should be an optional value so as not to require all the rules to be updated, and the default value should be exact
.