Details
-
Type:
Bug
-
Status: Done
-
Priority:
(None)
-
Resolution: Fixed
-
Affects Version/s: 3.12.4, 3.15.1
-
Component/s: Documentation, Masterfiles Policy Framework (MPF/COPBL/STDLIB)
-
Labels:None
Description
The example illustrating how to properly set input_name_patterns is invalid:
{ "vars:" { "input_name_patterns": [ ".*\\.cf", ".*\\.dat", ".*\\.mustache", "cf_promises_release_id", ".*\\.json", ".*\\.yaml" ] } }
The vars key should not contain a colon (:).