Skip to content

Commit

Permalink
Merge pull request #44 from argybarg/master
Browse files Browse the repository at this point in the history
Changed to match parameter name 'mod_python_package'
  • Loading branch information
hunner committed Aug 6, 2012
2 parents 7a7ef5d + 622a880 commit 6c27609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/python.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

package { 'apache_python_package':
ensure => present,
name => $apache::params::python_package,
name => $apache::params::mod_python_package,
}
a2mod { 'python': ensure => present, }

Expand Down

0 comments on commit 6c27609

Please sign in to comment.