git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/profile/manifests/gitlab.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/site/profile/manifests/gitlab.pp b/site/profile/manifests/gitlab.pp
index f4b5bfe..c3e5f82 100644
--- a/site/profile/manifests/gitlab.pp
+++ b/site/profile/manifests/gitlab.pp
@@ -1,5 +1,9 @@
class profile::gitlab {
+ file { ['/etc/gitlab', '/etc/gitlab/ssl'] :
+ ensure => directory,
+ }
+
file { "/etc/gitlab/ssl/${fqdn}.key" :
ensure => file,
source => "${settings::privatekeydir}/${trusted['certname']}.pem",