summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan OMara <jomara@redhat.com>2008-06-27 10:58:39 -0400
committerJordan OMara <jomara@redhat.com>2008-06-27 10:58:39 -0400
commit0ebda75cb2174d2fc7dda1943f19d7a4ca68370b (patch)
tree7dfdc653efc8e33ea419326f18ded18f0db97c8c
parent6a9c8d764165dabeee9d1e8698bd42cedc9565f9 (diff)
downloadpuppet-django-0ebda75cb2174d2fc7dda1943f19d7a4ca68370b.tar.gz
puppet-django-0ebda75cb2174d2fc7dda1943f19d7a4ca68370b.tar.xz
puppet-django-0ebda75cb2174d2fc7dda1943f19d7a4ca68370b.zip
Typo
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f22c48f..85d0a1a 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,
}