view fileserver.conf @ 465:f6304a8e2adc

Try to fix last day of month HTTP LogWatch LogWatch runs for yesterday's data. And we rotate and zip web logs on the 1st of the month. So on the 1st, when generating the summary for the last day of the month, we need to look at a gzipped file, not the current or old-unzipped file.
author IBBoard <dev@ibboard.co.uk>
date Sun, 25 Feb 2024 09:56:16 +0000
parents 956e484adc12
children
line wrap: on
line source

# This file consists of arbitrarily named sections/modules
# defining where files are served from and to whom

# Define a section 'files'
# Adapt the allow/deny settings to your needs. Order
# for allow/deny does not matter, allow always takes precedence
# over deny
# [files]
#  path /var/lib/puppet/files
#  allow *.example.com
#  deny *.evil.example.com
#  allow 192.168.0.0/24
#[files]
#path    /etc/puppet/files
#allow *.ibboard.co.uk
#allow 127.0.0.1
#allow localhost

[private]
path	/etc/puppet/private
allow *.ibboard.co.uk
allow 127.0.0.1
allow localhost

[common]
path	/etc/puppet/common
allow *.ibboard.co.uk
allow 127.0.0.1
allow localhost