Method: Bolt::Config.user_path

Defined in:
lib/bolt/config.rb

.user_pathObject



73
74
75
76
77
# File 'lib/bolt/config.rb', line 73

def self.user_path
  Pathname.new(File.expand_path(File.join('~', '.puppetlabs', 'etc', 'bolt')))
rescue StandardError
  nil
end