Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
omnibus-heptapod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
omnibus-heptapod
Commits
a762acd2
Commit
a762acd2
authored
9 years ago
by
Marin Jankovski
Browse files
Options
Downloads
Patches
Plain Diff
Disable ec2 plugin.
parent
4f3b227f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
files/gitlab-cookbooks/solo.rb
+1
-1
1 addition, 1 deletion
files/gitlab-cookbooks/solo.rb
with
2 additions
and
1 deletion
CHANGELOG.md
+
1
−
0
View file @
a762acd2
...
...
@@ -35,6 +35,7 @@
-
Update omnibus-ctl version to 0.3.4 b5972560c801bc22658d459ad00fa4f33a6c34d2
-
Try to detect init system in use on Debian (nextime) 7dd0234c19616e1cbe0656e55ef8a53be3fe882b
-
Devuan support added in runit (nextime) 7dd0234c19616e1cbe0656e55ef8a53be3fe882b
-
Disable EC2 plugin
7.
9.0
...
...
This diff is collapsed.
Click to expand it.
files/gitlab-cookbooks/solo.rb
+
1
−
1
View file @
a762acd2
...
...
@@ -3,4 +3,4 @@
cookbook_path
CURRENT_PATH
verbose_logging
false
ssl_verify_mode
:verify_peer
Ohai
::
Config
[
:disabled_plugins
]
=
[
:GCE
]
Ohai
::
Config
[
:disabled_plugins
]
=
[
:GCE
,
:EC2
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment