Skip to content

Instantly share code, notes, and snippets.

@timogoebel
Created May 5, 2017 11:33
Show Gist options
  • Save timogoebel/9725e64272cb7f139204b6eecc790768 to your computer and use it in GitHub Desktop.
Save timogoebel/9725e64272cb7f139204b6eecc790768 to your computer and use it in GitHub Desktop.
require 'puppet'
Facter.add('puppet_ssldir') do
setcode do
Puppet.settings['ssldir']
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment