We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120c6ba commit 53fb30aCopy full SHA for 53fb30a
puppet_enc.rb
@@ -59,7 +59,7 @@
59
60
subscription_product_id = server_data&.dig('product_id')
61
tag_keys = server_data&.dig('tags') || []
62
-linuxaid_tag = server_data&.dig('linuxaid_tag').gsub('.', '_')
+linuxaid_tag = server_data&.dig('linuxaid_tag').gsub(/[^a-zA-Z0-9]/, '_')
63
64
# ensure that we don't have too many tags -- if we allow for more tags, we also
65
# need to update hiera.yaml!
0 commit comments