| Class | Puppet::Network::Handler::FileServer |
| In: |
lib/puppet/network/handler/fileserver.rb
|
| Parent: | Handler |
| CHECKPARAMS | = | [:mode, :type, :owner, :group, :checksum] | ||
| MODULES | = | "modules" | Special filserver module for puppet‘s module system | |
| PLUGINS | = | "plugins" |
| local | [RW] |
If the configuration file exists, then create (if necessary) a LoadedFile object to manage it; else, return nil.
Create our default mounts for modules and plugins. This is duplicated code, but I‘m not really worried about that.