variablesmatching_as_data()
is useful for centralizing information from disparate sources. For example, deriving a list of package names by extracting the values from variables that match a specific name.
bundle agent package_names_from_variablesmatching_as_data
# @brief Example illustrating deriving a list of package names from variables named with a specific naming convention
{
vars:
"packages_baseline" slist => { "bash-completion", "emacs" };
"packages_os" slist => { "httpd" };