Added support for Debian to mongrel module.
This commit is contained in:
parent
f4f3f467a2
commit
7075ad243d
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ class mongrel {
|
||||||
package { "mongrel":
|
package { "mongrel":
|
||||||
name => $operatingsystem ? {
|
name => $operatingsystem ? {
|
||||||
openbsd => "ruby-mongrel",
|
openbsd => "ruby-mongrel",
|
||||||
|
debian => "mongrel",
|
||||||
ubuntu => "mongrel",
|
ubuntu => "mongrel",
|
||||||
default => "rubygem-mongrel",
|
default => "rubygem-mongrel",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue