diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-05-19 20:29:13 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-05-19 20:29:13 +0000 |
commit | 62a0ff03990c855cb16d5cfb7671cea0cfa63217 (patch) | |
tree | a3cacad9bf4a79316ad551526d685966e11cf956 | |
parent | fda013a57782626f1bbdce16ee2b8ac9dcfeb61a (diff) | |
download | puppet-62a0ff03990c855cb16d5cfb7671cea0cfa63217.tar.gz puppet-62a0ff03990c855cb16d5cfb7671cea0cfa63217.tar.xz puppet-62a0ff03990c855cb16d5cfb7671cea0cfa63217.zip |
adding puppetrun to the red hat spec file
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1221 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | conf/redhat/puppet.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec index cab21b251..1827d787c 100644 --- a/conf/redhat/puppet.spec +++ b/conf/redhat/puppet.spec @@ -4,7 +4,7 @@ Summary: A network tool for managing many disparate systems Name: puppet -Version: 0.17.1 +Version: 0.17.2 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -82,6 +82,7 @@ find %{buildroot}%{rubylibdir} -type f -perm +ugo+x -print0 | xargs -0 -r %{__ch %files server %defattr(-, root, root, 0755) %{_sbindir}/puppetmasterd +%{_bindir}/puppetrun %{_initrddir}/puppetmaster %config(noreplace) %{_sysconfdir}/puppet/* %config(noreplace) %{_sysconfdir}/sysconfig/puppetmaster |