Generating a unique node id per hostname in Puppet

less than 1 minute read

To generate a unique integer ID in Puppet, we can use the hostname and convert is to base 10 using a erb inline template.