Sha256: f0e4176bddc15c9482c2a508d69e7b500051c0321418c3c671a1f720729d0343

Contents?: true

Size: 1.39 KB

Versions: 56

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://docs.puppet.com/puppetserver/latest/config_file_auth.html.

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
puppet-5.3.7 conf/fileserver.conf
puppet-5.3.7-x86-mingw32 conf/fileserver.conf
puppet-5.3.7-x64-mingw32 conf/fileserver.conf
puppet-5.3.7-universal-darwin conf/fileserver.conf
puppet-5.5.1 conf/fileserver.conf
puppet-5.5.1-x86-mingw32 conf/fileserver.conf
puppet-5.5.1-x64-mingw32 conf/fileserver.conf
puppet-5.5.1-universal-darwin conf/fileserver.conf
puppet-5.3.6 conf/fileserver.conf
puppet-5.3.6-x86-mingw32 conf/fileserver.conf
puppet-5.3.6-x64-mingw32 conf/fileserver.conf
puppet-5.3.6-universal-darwin conf/fileserver.conf
puppet-5.5.0 conf/fileserver.conf
puppet-5.5.0-x86-mingw32 conf/fileserver.conf
puppet-5.5.0-x64-mingw32 conf/fileserver.conf
puppet-5.5.0-universal-darwin conf/fileserver.conf
puppet-5.4.0 conf/fileserver.conf
puppet-5.4.0-x86-mingw32 conf/fileserver.conf
puppet-5.4.0-x64-mingw32 conf/fileserver.conf
puppet-5.4.0-universal-darwin conf/fileserver.conf