Method: Bolt::Config.user_path
- Defined in:
- lib/bolt/config.rb
.user_path ⇒ Object
73 74 75 76 77 |
# File 'lib/bolt/config.rb', line 73 def self.user_path Pathname.new(File.(File.join('~', '.puppetlabs', 'etc', 'bolt'))) rescue StandardError nil end |