diff options
Diffstat (limited to 'manifests/subsystems/websites.pp')
-rw-r--r-- | manifests/subsystems/websites.pp | 2 |
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": |