# File lib/puppet/util/puppetdb.rb, line 21 def self.url_path(path) unless path.start_with?("/") path = "/" + path end config.url_prefix + path end