From 0ebda75cb2174d2fc7dda1943f19d7a4ca68370b Mon Sep 17 00:00:00 2001 From: Jordan OMara Date: Fri, 27 Jun 2008 10:58:39 -0400 Subject: Typo --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } -- cgit