Skip to content

Instantly share code, notes, and snippets.

@ssm
Last active December 20, 2015 14:49
Show Gist options
  • Save ssm/6149847 to your computer and use it in GitHub Desktop.
Save ssm/6149847 to your computer and use it in GitHub Desktop.
zone fact
Facter.add(:zone) do
setcode do
something=Facter.value('hostname')
if not something.nil? and something =~ /(.)$/
$1
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment