Class Puppet::FileServing::Configuration
In: lib/puppet/file_serving/configuration.rb
Parent: Object

Methods

create   find_mount   mounted?   new   split_path   umount  

Included Modules

Puppet::Util::Cacher

Constants

Mount = Puppet::FileServing::Mount

Attributes

mounts  [R] 

Public Class methods

Create our singleton configuration.

Public Instance methods

Find the right mount. Does some shenanigans to support old-style module mounts.

Is a given mount available?

Split the path into the separate mount point and path.

[Validate]