Created
August 5, 2013 21:40
-
-
Save endzyme/6159862 to your computer and use it in GitHub Desktop.
Custom Facts for Windows in Puppet on the local File System
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("some_fact") do | |
setcode do | |
"return some string" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment