Chef docs lacking

This commit is contained in:
Jamil Bou Kheir
2022-02-04 16:50:05 -08:00
parent 4519f6e054
commit fab3da56da

View File

@@ -27,5 +27,5 @@ else
end
unless /[a-f0-9]{8}-([a-f0-9]{4}-){3}[a-f0-9]{12}/.match?(node['firezone']['telemetry_id'].to_s)
node['firezone']['telemetry_id'] = SecureRandom.uuid()
node.normal['firezone']['telemetry_id'] = SecureRandom.uuid()
end