git.lirion.de

Of git, get, and gud

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

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

}