diff --git a/manifests/init.pp b/manifests/init.pp index 8ea11447..72f817c1 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -326,22 +326,6 @@ # valid values: db, uploads, repositories, builds, # artifacts, lfs, registry, pages # -# === Examples -# -# class { 'gitlab': -# edition => 'ee', -# external_url => 'https://gitlab.mydomain.tld', -# nginx => { redirect_http_to_https => true }, -# } -# -# === Authors -# -# Tobias Brunner -# -# === Copyright -# -# Copyright 2015 Tobias Brunner, VSHN AG -# class gitlab ( # package installation handling Boolean $manage_package_repo = $::gitlab::params::manage_package_repo,