Skip to content

Instantly share code, notes, and snippets.

@jtaleric
Last active March 30, 2017 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtaleric/41b006cd16405b948edce8126efe6b6b to your computer and use it in GitHub Desktop.
Save jtaleric/41b006cd16405b948edce8126efe6b6b to your computer and use it in GitHub Desktop.
require 'facter'
Facter.add(:disklabel) do
setcode do
Facter::Util::Resolution.exec("readlink -f ${name}")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment