class Facts::Json

Public Instance Methods

Private Instance Methods

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