git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/profile/manifests/gitlab.pp
diff options
context:
space:
mode:
Diffstat (limited to 'site/profile/manifests/gitlab.pp')
-rw-r--r--site/profile/manifests/gitlab.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/site/profile/manifests/gitlab.pp b/site/profile/manifests/gitlab.pp
new file mode 100644
index 0000000..720ee7f
--- /dev/null
+++ b/site/profile/manifests/gitlab.pp
@@ -0,0 +1,7 @@
+class profile::gitlab {
+
+ class { 'gitlab':
+ external_url => hiera( 'gms_server_url', "http://${::fqdn}") ,
+ }
+
+}