Skip to content

Instantly share code, notes, and snippets.

@raphink
Created May 7, 2012 10:45
Show Gist options
  • Save raphink/2627189 to your computer and use it in GitHub Desktop.
Save raphink/2627189 to your computer and use it in GitHub Desktop.
Public IP fact
Facter.add("public_ip") do
setcode do
Facter::Util::Resolution.exec('/usr/bin/curl -s http://ifconfig.me/ip')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment