Please review pull request #434: Fix redhat specfile opened by (tbielawa)

Description:

Fixed failure to build from Red Hat specfile. Caused by removal of http_server/mongrel.rb in 81c73fd.

  • Opened: Wed Feb 01 16:05:37 UTC 2012
  • Based on: puppetlabs:master (5f22554b12fd379aa76c41f8137ea8fdbc794be9)
  • Requested merge: tbielawa:master (ac461684d3a6e6ef795a9e2ff5ec81ae51066828)

Diff follows:

diff --git a/conf/redhat/puppet.spec b/conf/redhat/puppet.spec
index c88b996..ef2174d 100644
--- a/conf/redhat/puppet.spec
+++ b/conf/redhat/puppet.spec
@@ -79,7 +79,7 @@ for f in mac_dscl.pp mac_dscl_revert.pp \
   sed -i -e'1d' examples/$f
   chmod a-x examples/$f
 done
-for f in external/nagios.rb network/http_server/mongrel.rb relationship.rb; do
+for f in external/nagios.rb relationship.rb; do
   sed -i -e '1d' lib/puppet/$f
 done
 chmod +x ext/puppetstoredconfigclean.rb

    

--
You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to puppet-dev@googlegroups.com.
To unsubscribe from this group, send email to puppet-dev+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to