From 0667e4ac5712e98cfc7edfecd76aada868d4764e Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 18 Jan 2010 23:09:50 +0000 Subject: [PATCH] apparently, puppet is not fond of sloppy line endings Signed-off-by: Stephen Gran --- files/etc/puppet/puppet.conf | 2 +- fileserver.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/etc/puppet/puppet.conf b/files/etc/puppet/puppet.conf index 1a839469..c2007060 100644 --- a/files/etc/puppet/puppet.conf +++ b/files/etc/puppet/puppet.conf @@ -11,7 +11,7 @@ rundir=/var/run/puppet factpath=$vardir/facts pluginsync=true # This is the default environment for all clients -environment=production +environment=production [puppetmasterd] templatedir=/etc/puppet/templates diff --git a/fileserver.conf b/fileserver.conf index 88af72d7..2dc30003 100644 --- a/fileserver.conf +++ b/fileserver.conf @@ -11,7 +11,7 @@ # for allow/deny does not matter, allow always takes precedence # over deny [files] - path /etc/puppet/files + path /etc/puppet/files allow *.debian.org # deny *.evil.example.com # allow 192.168.0.0/24 @@ -23,4 +23,4 @@ # allow 192.168.0.0/24 [facts] allow *.debian.org - path /etc/puppet/facts + path /etc/puppet/facts -- 2.39.2