Hi
I have a custom fact that returns a series of values (its returning the names of subdirectories in a directory):
"check_subdirs":" three two one..",
I need to be able to edit the values to pass them as part of a python regex inside a manifest file.
one_* two_* three_*
please how do I do this to each value in the string?
↧