From f2bb21907fc380393f5317fb8bebe2983dc774c2 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Thu, 18 Nov 2010 20:23:56 +0000 Subject: Fix bugzilla init.pp --- modules/bugzilla/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bugzilla') diff --git a/modules/bugzilla/manifests/init.pp b/modules/bugzilla/manifests/init.pp index c50a91c7..4a72fb75 100644 --- a/modules/bugzilla/manifests/init.pp +++ b/modules/bugzilla/manifests/init.pp @@ -1,6 +1,6 @@ class bugzilla { - package { bugzilla + package { 'bugzilla': ensure => installed; } -- cgit v1.2.1