diff options
author | mail_redacted_for_web | 2015-08-14 16:17:25 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2015-08-14 16:17:25 -0700 |
commit | ab679260c6d04f08d70cda5b452c2accfeceac35 (patch) | |
tree | fd6af0339f26dde0c7e57ca5061165fc4030f073 /site/profile/manifests/gitlab.pp | |
parent | 2e0181142bc3ce8d6945c83ff43a78b7436244e2 (diff) | |
download | control-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.pp | 7 |
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}") , + } + +} |