Method: Puppet::Network::Handler::FileServer::Mount#path
- Defined in:
- lib/vendor/puppet/network/handler/fileserver.rb
#path(client = nil) ⇒ Object
Return the path as appropriate, expanding as necessary.
538 539 540 541 542 543 544 |
# File 'lib/vendor/puppet/network/handler/fileserver.rb', line 538 def path(client = nil) if return (@path, client) else return @path end end |