# File lib/puppet/file_serving/mount/file.rb, line 42
42:   def path(node = nil)
43:     if expandable?
44:       return expand(@path, node)
45:     else
46:       return @path
47:     end
48:   end