wiki: Added dependency on python::m2crypto for collab
This commit is contained in:
parent
52f6f48f54
commit
361c41be0b
2 changed files with 17 additions and 0 deletions
|
@ -22,6 +22,22 @@ class python {
|
|||
}
|
||||
|
||||
|
||||
# Install m2crypto module for python.
|
||||
#
|
||||
class python::m2crypto {
|
||||
|
||||
package { "m2crypto":
|
||||
ensure => installed,
|
||||
name => $::operatingsystem ? {
|
||||
"debian" => "python-m2crypto",
|
||||
"ubuntu" => "python-m2crypto",
|
||||
default => "m2crypto",
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
# Install python software using setup.py.
|
||||
#
|
||||
# === Parameters
|
||||
|
|
|
@ -157,6 +157,7 @@ class wiki::collab {
|
|||
include igraph::python
|
||||
include graphviz::python
|
||||
include ldap::client::python
|
||||
include python::m2crypto
|
||||
|
||||
include apache::sslserver
|
||||
include apache::mod::authnz_ldap
|
||||
|
|
Loading…
Add table
Reference in a new issue