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