Skip to content

Commit

Permalink
Merge pull request voxpupuli#245 from LongLiveCHIEF/remove-outdated-a…
Browse files Browse the repository at this point in the history
…uthor-copyright-info-from-init

remove authors, copyright, examples from init.pp
  • Loading branch information
LongLiveCHIEF authored Jun 9, 2018
2 parents c523e46 + de4db6a commit c46b2eb
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
#
# === Copyright
#
# Copyright 2015 Tobias Brunner, VSHN AG
#
class gitlab (
# package installation handling
Boolean $manage_package_repo = $::gitlab::params::manage_package_repo,
Expand Down

0 comments on commit c46b2eb

Please sign in to comment.