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
b05125cd
Commit
b05125cd
authored
Nov 30, 2020
by
James T. Lee
Browse files
gitlab: Let projects opt-in to DevOps features
parent
bf1caa08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
manifests/service/gitlab.pp
manifests/service/gitlab.pp
+8
-0
No files found.
manifests/service/gitlab.pp
View file @
b05125cd
...
@@ -42,6 +42,14 @@ class nest::service::gitlab (
...
@@ -42,6 +42,14 @@ class nest::service::gitlab (
gitlab_rails
[
'incoming_email_mailbox_name'
]
=
'inbox'
gitlab_rails
[
'incoming_email_mailbox_name'
]
=
'inbox'
gitlab_rails
[
'incoming_email_idle_timeout'
]
=
60
gitlab_rails
[
'incoming_email_idle_timeout'
]
=
60
gitlab_rails
[
'incoming_email_expunge_deleted'
]
=
true
gitlab_rails
[
'incoming_email_expunge_deleted'
]
=
true
# Let projects opt-in to DevOps features
gitlab_rails
[
'gitlab_default_projects_features_issues'
]
=
false
gitlab_rails
[
'gitlab_default_projects_features_merge_requests'
]
=
false
gitlab_rails
[
'gitlab_default_projects_features_wiki'
]
=
false
gitlab_rails
[
'gitlab_default_projects_features_snippets'
]
=
false
gitlab_rails
[
'gitlab_default_projects_features_builds'
]
=
false
gitlab_rails
[
'gitlab_default_projects_features_container_registry'
]
=
false
|
GITLAB_OMNIBUS_CONFIG
|
GITLAB_OMNIBUS_CONFIG
file
{
'/srv/gitlab/gitlab.rb'
:
file
{
'/srv/gitlab/gitlab.rb'
:
...
...
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