]> gitweb.fluxo.info Git - puppet-websites.git/commitdiff
Git module refactor
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 24 Mar 2015 14:17:09 +0000 (11:17 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 24 Mar 2015 14:17:09 +0000 (11:17 -0300)
manifests/hosting.pp
manifests/hosting/admin.pp

index 309e84082948afb61ddbf8488d92d73c36b4e6eb..cf47eeea4ed881a100bd09f598237946f51b58a5 100644 (file)
@@ -16,7 +16,7 @@ class websites::hosting inherits websites::setup {
   $git_daemon = hiera('nodo::web::git_daemon', True)
 
   if $git_daemon != false {
-    class { 'gitweb': }
+    class { 'git::gitweb': }
   }
 
   apache::site { "images":
index 554a202c2f400f7725008cf5182ebf4ff828b4af..0dd546e89700e0d5214998415c86c988b50128f4 100644 (file)
@@ -1,5 +1,5 @@
 class websites::hosting::admin inherits websites::setup {
   # Include the needed classes for admin interfaces
   include trac
-  include gitweb
+  include git::gitweb
 }