This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body common control | |
{ | |
bundlesequence => { "my_classes_from_disk" }; | |
} | |
bundle agent my_classes_from_disk | |
# @brief Say Hi to everyone and introduce yourself | |
{ | |
vars: | |
"class_files_from_disk" slist => findfiles("$(sys.workdir)/persistent_classes/[a-zA-Z0-9]*"); |