Skip to content

Instantly share code, notes, and snippets.

@h0tw1r3
Created August 28, 2023 16:13
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 h0tw1r3/a703a613bc883e8446f3b5fead8fa7a5 to your computer and use it in GitHub Desktop.
Save h0tw1r3/a703a613bc883e8446f3b5fead8fa7a5 to your computer and use it in GitHub Desktop.
resolv.conf fact for puppet
# local resolver configuration
require 'resolv'
Facter.add('resolv') do
setcode do
Resolv::DNS::Config.default_config_hash
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment