Changed to match 'python_package' to 'mod_python package'

Matches the parameter name set in params.pp

Change-Id: Ib95acfbb5dd510ad6c1cb13cda8741a0ace149d2
This commit is contained in:
Andy James 2012-07-08 13:39:01 -07:00 committed by Bruno Tavares
parent 84c5d2bf6a
commit 69310a65cb
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class httpd::python {
package { 'apache_python_package':
ensure => present,
name => $apache::params::python_package,
name => $apache::params::mod_python_package,
}
httpd_mod { 'python': ensure => present, }