Mercurial > repos > other > Puppet
view fileserver.conf @ 119:95502bafeaa3 puppet-3.6
Blank some Apache configs to prevent httpd update breaking the server
Previously, autoindex.conf used a setting we didn't have the module
loaded for, so restarting Apache after an update caused it to error.
We needed a Puppet-Apply to fix it. Now we should just prevent the
package install re-creating the files each time because it thinks
we need them.
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 20 Jul 2016 20:31:22 +0100 |
parents | 956e484adc12 |
children | 2c3e745be8d2 |
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