Revision
405
Author
blino
Date
2010-11-23 00:30:59 +0100 (Tue, 23 Nov 2010)

Log Message

include apache::base

Modified Paths

Modified: puppet/modules/buildsystem/manifests/init.pp
===================================================================
--- puppet/modules/buildsystem/manifests/init.pp	2010-11-22 23:29:27 UTC (rev 404)
+++ puppet/modules/buildsystem/manifests/init.pp	2010-11-22 23:30:59 UTC (rev 405)
@@ -27,7 +27,7 @@
             ensure => "installed"
         }
 
-        include apache
+        include apache::base
         apache::vhost_other_app { "repository.$domain":
             vhost_file => "buildsystem/vhost_repository.conf",
         }