aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/websites.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-25 10:39:40 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-25 10:39:40 -0200
commitea24ef0ab5f15019bf12f4757be35f2f21640fa8 (patch)
treea2e8c587daca78feacfdbeb3618381fe99745a9b /manifests/subsystems/websites.pp
parent2a4d6f13165a9e8777fa424b42d7883525a50bd1 (diff)
downloadpuppet-nodo-ea24ef0ab5f15019bf12f4757be35f2f21640fa8.tar.gz
puppet-nodo-ea24ef0ab5f15019bf12f4757be35f2f21640fa8.tar.bz2
Refactoring to use parametrized classes and hiera
Diffstat (limited to 'manifests/subsystems/websites.pp')
-rw-r--r--manifests/subsystems/websites.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/websites.pp b/manifests/subsystems/websites.pp
index 634e1c2..6fa764b 100644
--- a/manifests/subsystems/websites.pp
+++ b/manifests/subsystems/websites.pp
@@ -110,7 +110,7 @@ class websites::hosting inherits websites::setup {
$git_daemon = hiera('nodo::web::git_daemon', True)
if $git_daemon != false {
- include gitweb
+ class { 'gitweb': }
}
apache::site { "images":