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:
parent
84c5d2bf6a
commit
69310a65cb
@ -18,7 +18,7 @@ class httpd::python {
|
|||||||
|
|
||||||
package { 'apache_python_package':
|
package { 'apache_python_package':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
name => $apache::params::python_package,
|
name => $apache::params::mod_python_package,
|
||||||
}
|
}
|
||||||
httpd_mod { 'python': ensure => present, }
|
httpd_mod { 'python': ensure => present, }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user