summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 0d72347..0a68a48 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -14,7 +14,7 @@ class django::server {
group => "root",
mode => 0644,
source => "puppet:///django/django.conf",
- require => Package["httpd","mod_python"],
+ require => [Package["httpd"],Package["mod_python"]],
notify => Service["httpd"],
}