Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Puppet
Commits
7a7887f6
Commit
7a7887f6
authored
Nov 30, 2020
by
James T. Lee
Browse files
gitlab: Do not log omnibus config diffs
It now contains a password.
parent
692f7264
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
manifests/service/gitlab.pp
manifests/service/gitlab.pp
+7
-6
No files found.
manifests/service/gitlab.pp
View file @
7a7887f6
...
@@ -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'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment