Revision
404
Author
blino
Date
2010-11-23 00:29:27 +0100 (Tue, 23 Nov 2010)

Log Message

fix typo

Modified Paths

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