wiki: Added dependency on python::m2crypto for collab

This commit is contained in:
Ossi Salmi 2013-04-05 14:41:52 +03:00
parent 52f6f48f54
commit 361c41be0b
2 changed files with 17 additions and 0 deletions

View file

@ -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

View file

@ -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