git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/profile/manifests/gitlab.pp
blob: 720ee7f3f958d661c8a567cf9667e26dbe7850f9 (plain)
1
2
3
4
5
6
7
class profile::gitlab {

  class { 'gitlab':
    external_url => hiera( 'gms_server_url', "http://${::fqdn}") ,
  }

}