+1 On Jul 20, 2009, at 7:49 AM, James Turnbull wrote:
> > > Signed-off-by: James Turnbull <[email protected]> > --- > conf/fileserver.conf | 15 +++++++++++++++ > conf/gentoo/puppet/fileserver.conf | 3 +++ > conf/redhat/fileserver.conf | 3 +++ > 3 files changed, 21 insertions(+), 0 deletions(-) > create mode 100644 conf/fileserver.conf > > diff --git a/conf/fileserver.conf b/conf/fileserver.conf > new file mode 100644 > index 0000000..9231f33 > --- /dev/null > +++ b/conf/fileserver.conf > @@ -0,0 +1,15 @@ > +# 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 > +# > +[modules] > +allow * > diff --git a/conf/gentoo/puppet/fileserver.conf b/conf/gentoo/puppet/ > fileserver.conf > index f38aed7..6bdb144 100644 > --- a/conf/gentoo/puppet/fileserver.conf > +++ b/conf/gentoo/puppet/fileserver.conf > @@ -10,3 +10,6 @@ > # allow *.example.com > # deny *.evil.example.com > # allow 192.168.0.0/24 > +# > +[modules] > +allow * > diff --git a/conf/redhat/fileserver.conf b/conf/redhat/fileserver.conf > index 67e387c..9231f33 100644 > --- a/conf/redhat/fileserver.conf > +++ b/conf/redhat/fileserver.conf > @@ -10,3 +10,6 @@ > # allow *.example.com > # deny *.evil.example.com > # allow 192.168.0.0/24 > +# > +[modules] > +allow * > -- > 1.6.0.6 > > > > -- Of the thirty-six ways of avoiding disaster, running away is best. -- Chinese Proverb --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en -~----------~----~----~----~------~----~------~--~---
