~mathiaz/+junk/uec-ec2-puppet-config-tut3

« back to all changes in this revision

Viewing changes to fileserver.conf

  • Committer: Mathias Gug
  • Date: 2010-04-07 20:05:24 UTC
  • Revision ID: mathias.gug@canonical.com-20100407200524-9v6hechrved4ovyv
InitialĀ configuration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file consists of arbitrarily named sections/modules
 
2
# defining where files are served from and to whom
 
3
 
 
4
# Define a section 'files'
 
5
# Adapt the allow/deny settings to your needs. Order
 
6
# for allow/deny does not matter, allow always takes precedence
 
7
# over deny
 
8
[files]
 
9
  path /etc/puppet/files
 
10
#  allow *.example.com
 
11
#  deny *.evil.example.com
 
12
#  allow 192.168.0.0/24
 
13
 
 
14
[plugins]
 
15
#  allow *.example.com
 
16
#  deny *.evil.example.com
 
17
#  allow 192.168.0.0/24