You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Puppet Users
Hello,
I have a fact that is an array of strings and I would like to return all certnames that contain an element in that array. I’ve tried to use the in operator but that doesn’t work that way around and ~ does sort of work but it’ll match a substring of an element in the array. What is the best way to perform such a query?