class Facts::Json

Public Instance Methods

Private Instance Methods

json_dir_path() click to toggle source
   # File lib/puppet/indirector/facts/json.rb
25 def json_dir_path
26   self.path("*")
27 end