Skip to content

Instantly share code, notes, and snippets.

@loren-osborn
Last active September 7, 2015 19:30
Show Gist options
  • Save loren-osborn/fc1a430a66e781ac112b to your computer and use it in GitHub Desktop.
Save loren-osborn/fc1a430a66e781ac112b to your computer and use it in GitHub Desktop.
Facter.add(:overridable_fact_dest) do
setcode do
Facter.value(:overridable_fact_src) || 'default_value'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment