config/puppet-manifests/src/modules/platform/lib/facter/install_uuid.rb
Dean Troyer 9b95aa0a35 StarlingX open source release updates
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
2018-05-31 07:35:52 -07:00

7 lines
173 B
Ruby

Facter.add("install_uuid") do
setcode do
Facter::Util::Resolution.exec("awk -F= '{if ($1 == \"INSTALL_UUID\") { print $2; }}' /etc/platform/platform.conf")
end
end