Merge "Sanitize the uuid string"

This commit is contained in:
Zuul 2018-04-12 23:05:52 +00:00 committed by Gerrit Code Review
commit a30f74a5e9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ resources:
- name: node_lookup
config: |
#!/bin/sh
node_id=$(dmidecode --s system-uuid)
node_id=$(dmidecode --s system-uuid | awk 'match($0, /[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}/) { print substr($0, RSTART, RLENGTH) }')
# Create a /etc/puppet/hieradata/UUID.json file to provide
# the data of the NodeDataLookup parameter that matches the