summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJordan OMara <jomara@redhat.com>2008-06-27 12:44:01 -0400
committerJordan OMara <jomara@redhat.com>2008-06-27 12:44:01 -0400
commit1c4dca63043253fa2388316492bbe51d0e36a03b (patch)
tree968555c7bb26eb7420e0cf8e1a2539b3eb4f989a /manifests
parent0ebda75cb2174d2fc7dda1943f19d7a4ca68370b (diff)
downloadpuppet-django-1c4dca63043253fa2388316492bbe51d0e36a03b.tar.gz
puppet-django-1c4dca63043253fa2388316492bbe51d0e36a03b.tar.xz
puppet-django-1c4dca63043253fa2388316492bbe51d0e36a03b.zip
Mod python package is mod_python not mod-python
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 85d0a1a..e1c28d0 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,5 +1,5 @@
class django::server {
- package { ["httpd", "Django", "mod-python"]:
+ package { ["httpd", "Django", "mod_python"]:
ensure => installed,
}