git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/profile/manifests/gitlab.pp
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-08-14 16:17:25 -0700
committermail_redacted_for_web 2015-08-14 16:17:25 -0700
commitab679260c6d04f08d70cda5b452c2accfeceac35 (patch)
treefd6af0339f26dde0c7e57ca5061165fc4030f073 /site/profile/manifests/gitlab.pp
parent2e0181142bc3ce8d6945c83ff43a78b7436244e2 (diff)
downloadcontrol-repo-template-ab679260c6d04f08d70cda5b452c2accfeceac35.tar.bz2
Add a gitlab profile / add ssh-keygen to puppetmaster profile
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}") ,
+ }
+
+}