summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJordan OMara <jomara@redhat.com>2008-06-27 12:56:55 -0400
committerJordan OMara <jomara@redhat.com>2008-06-27 12:56:55 -0400
commita6488d0c579b1d1ff3c6118f8979339ea4f49d68 (patch)
tree1e15e5a5f8d187ebe4ee3f8fba3a8c97a0818f58 /manifests
parentf4b39bad7a8dd351a79628238313bea33d54b96e (diff)
downloadpuppet-django-a6488d0c579b1d1ff3c6118f8979339ea4f49d68.tar.gz
puppet-django-a6488d0c579b1d1ff3c6118f8979339ea4f49d68.tar.xz
puppet-django-a6488d0c579b1d1ff3c6118f8979339ea4f49d68.zip
Fixing comma error
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 2d189de..0d72347 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -13,7 +13,7 @@ class django::server {
owner => "root",
group => "root",
mode => 0644,
- source => "puppet:///django/django.conf"
+ source => "puppet:///django/django.conf",
require => Package["httpd","mod_python"],
notify => Service["httpd"],
}