Fix lockdir problem in puppetd.conf

epel9
David Lutterkort 18 years ago
parent 7bce7b24ed
commit e4f049dd07

@ -0,0 +1,13 @@
--- puppet-0.22.1/conf/redhat/puppetd.conf.orig 2006-09-27 10:30:35.000000000 -0700
+++ puppet-0.22.1/conf/redhat/puppetd.conf 2007-02-11 13:27:04.000000000 -0800
@@ -11,10 +11,6 @@
# The default value is '$vardir/run'.
rundir = /var/run/puppet
- # Where lock files are kept.
- # The default value is '$vardir/locks'.
- lockdir = /var/lock
-
# Where SSL certificates are kept.
# The default value is '$confdir/ssl'.
ssldir = $vardir/ssl

@ -8,12 +8,13 @@
Summary: A network tool for managing many disparate systems Summary: A network tool for managing many disparate systems
Name: puppet Name: puppet
Version: 0.22.1 Version: 0.22.1
Release: 1%{?dist} Release: 2%{?dist}
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
URL: http://reductivelabs.com/projects/puppet/ URL: http://reductivelabs.com/projects/puppet/
Source: http://reductivelabs.com/downloads/puppet/%{name}-%{version}.tgz Source: http://reductivelabs.com/downloads/puppet/%{name}-%{version}.tgz
Patch0: no-lockdir.patch
Requires: ruby >= 1.8.1 Requires: ruby >= 1.8.1
%if %has_ruby_abi %if %has_ruby_abi
@ -43,6 +44,7 @@ The server can also function as a certificate authority and file server.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
for f in bin/* ; do for f in bin/* ; do
@ -134,6 +136,9 @@ fi
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
%changelog %changelog
* Mon Feb 12 2007 David Lutterkort <dlutter@redhat.com> - 0.22.1-2
- Fix bogus config parameter in puppetd.conf
* Sat Feb 3 2007 David Lutterkort <dlutter@redhat.com> - 0.22.1-1 * Sat Feb 3 2007 David Lutterkort <dlutter@redhat.com> - 0.22.1-1
- New version - New version

Loading…
Cancel
Save