diff options
Diffstat (limited to 'manifests/mod/python.pp')
-rw-r--r-- | manifests/mod/python.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/mod/python.pp b/manifests/mod/python.pp index 0997887..431dbbe 100644 --- a/manifests/mod/python.pp +++ b/manifests/mod/python.pp | |||
@@ -20,7 +20,7 @@ class httpd::mod::python { | |||
20 | require => Package['httpd']; | 20 | require => Package['httpd']; |
21 | } | 21 | } |
22 | 22 | ||
23 | httpd_mod { 'python': ensure => present; } | 23 | httpd::mod { 'python': ensure => present; } |
24 | 24 | ||
25 | } | 25 | } |
26 | 26 | ||