Last active
September 7, 2015 19:30
-
-
Save loren-osborn/fc1a430a66e781ac112b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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