Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save endzyme/6159862 to your computer and use it in GitHub Desktop.
Save endzyme/6159862 to your computer and use it in GitHub Desktop.
Custom Facts for Windows in Puppet on the local File System
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