Commit 7a7887f6 authored by James T. Lee's avatar James T. Lee
Browse files

gitlab: Do not log omnibus config diffs

It now contains a password.
parent 692f7264
...@@ -45,12 +45,13 @@ class nest::service::gitlab ( ...@@ -45,12 +45,13 @@ class nest::service::gitlab (
| GITLAB_OMNIBUS_CONFIG | GITLAB_OMNIBUS_CONFIG
file { '/srv/gitlab/gitlab.rb': file { '/srv/gitlab/gitlab.rb':
mode => '0600', mode => '0600',
owner => 'root', owner => 'root',
group => 'root', group => 'root',
content => $gitlab_omnibus_config, content => $gitlab_omnibus_config,
require => Nest::Lib::Srv['gitlab'], show_diff => false,
notify => Docker::Run['gitlab'], require => Nest::Lib::Srv['gitlab'],
notify => Docker::Run['gitlab'],
} }
docker_network { 'gitlab': docker_network { 'gitlab':
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment