Sha256: fcd0c99b5c3ae60fd62d34abbc3cd40d2e14cb113bdf2d9f44e161671000ee56
Contents?: true
Size: 1.39 KB
Versions: 268
Compression:
Stored size: 1.39 KB
Contents
# fileserver.conf # Puppet automatically serves PLUGINS and FILES FROM MODULES: anything in # <module name>/files/<file name> is available to authenticated nodes at # puppet:///modules/<module name>/<file name>. You do not need to edit this # file to enable this. # MOUNT POINTS # If you need to serve files from a directory that is NOT in a module, # you must create a static mount point in this file: # # [extra_files] # path /etc/puppetlabs/puppet/files # allow * # # In the example above, anything in /etc/puppetlabs/puppet/files/<file name> would be # available to authenticated nodes at puppet:///extra_files/<file name>. # # Mount points may also use three placeholders as part of their path: # # %H - The node's certname. # %h - The portion of the node's certname before the first dot. (Usually the # node's short hostname.) # %d - The portion of the node's certname after the first dot. (Usually the # node's domain name.) # PERMISSIONS # The ability to set permissions - for example, using the allow, allow_ip, or # deny directives - has been removed. Instead, you can control file access in # auth.conf by controlling the /file_metadata(s)/<mount point> and # /file_content(s)/<mount point> paths. # # For details and an example, see the auth.conf file. If you're using Puppet # Server, see the Puppet Server documentation at # https://puppet.com/docs/puppetserver/latest/config_file_auth.html.
Version data entries
268 entries across 268 versions & 1 rubygems