~bkerensa/ubuntu/raring/puppet/new-upstream-release

« back to all changes in this revision

Viewing changes to lib/puppet/network/http_server/mongrel.rb

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-07-25 01:00:37 UTC
  • mfrom: (1.1.24 upstream) (3.1.25 sid)
  • Revision ID: james.westby@ubuntu.com-20110725010037-875vuxs10eboqgw3
Tags: 2.7.1-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - debian/puppetmaster-passenger.postinst: Use cacrl instead of hostcrl to
    set the location of the CRL in apache2 configuration. Fix apache2
    configuration on upgrade as well (LP: #641001)
  - move all puppet dependencies to puppet-common since all the code
    actually located in puppet-common.
  - move libagueas from a recommend to a dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#
5
5
# Copyright (c) 2006 Manuel Holtgrewe, 2007 Luke Kanies
6
6
#
7
 
# Permission is hereby granted, free of charge, to any person obtaining
8
 
# a copy of this software and associated documentation files (the
9
 
# "Software"), to deal in the Software without restriction, including
10
 
# without limitation the rights to use, copy, modify, merge, publish,
11
 
# distribute, sublicense, and/or sell copies of the Software, and to
12
 
# permit persons to whom the Software is furnished to do so, subject to
13
 
# the following conditions:
14
 
#
15
 
# The above copyright notice and this permission notice shall be
16
 
# included in all copies or substantial portions of the Software.
17
 
#
18
 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19
 
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20
 
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21
 
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
22
 
# BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
23
 
# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
24
 
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
 
# SOFTWARE.
26
 
 
27
7
# This file is based heavily on a file retrieved from
28
8
# http://ttt.ggnore.net/2006/11/15/xmlrpc-with-mongrel-and-ruby-off-rails/
29
9