summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJordan OMara <jomara@redhat.com>2008-06-27 10:56:06 -0400
committerJordan OMara <jomara@redhat.com>2008-06-27 10:56:06 -0400
commit6a9c8d764165dabeee9d1e8698bd42cedc9565f9 (patch)
tree0bac7f5ffc73921289ef77bebe317e9034cd0a64 /manifests
parent65f622fc2d8920511c1897656ace129236db6dbd (diff)
downloadpuppet-django-6a9c8d764165dabeee9d1e8698bd42cedc9565f9.tar.gz
puppet-django-6a9c8d764165dabeee9d1e8698bd42cedc9565f9.tar.xz
puppet-django-6a9c8d764165dabeee9d1e8698bd42cedc9565f9.zip
Typo
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 b452528..f22c48f 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,
}