Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
aab8bad0
Commit
aab8bad0
authored
Jul 16, 2015
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2151 from edx/master
Merge rbenv change to rc.
parents
17a70451
a8e9768d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
playbooks/roles/jenkins_master/defaults/main.yml
+1
-1
playbooks/roles/local_dev/tasks/main.yml
+4
-2
No files found.
playbooks/roles/jenkins_master/defaults/main.yml
View file @
aab8bad0
...
...
@@ -18,7 +18,7 @@ jenkins_plugins:
-
{
name
:
"
copy-to-slave"
,
version
:
"
1.4.3"
}
-
{
name
:
"
credentials"
,
version
:
"
1.8.3"
}
-
{
name
:
"
dashboard-view"
,
version
:
"
2.9.1"
}
-
{
name
:
"
ec2"
,
version
:
"
1.2
3
"
}
-
{
name
:
"
ec2"
,
version
:
"
1.2
8
"
}
-
{
name
:
"
github"
,
version
:
"
1.8"
}
-
{
name
:
"
github-api"
,
version
:
"
1.44"
}
-
{
name
:
"
github-oauth"
,
version
:
"
0.14"
}
...
...
playbooks/roles/local_dev/tasks/main.yml
View file @
aab8bad0
...
...
@@ -16,12 +16,14 @@
user
:
name={{ forum_user }} groups={{ common_web_group }} append=yes
when
:
forum_user is defined
# Need this in order for the forum user to install and uninstall
# gems using 'bundle' or 'gem'. Can't make it 760 because that
# would break the bin directory under .gem
-
name
:
set forum rbenv and gem permissions
file
:
path={{ item }} state=directory recurse=yes mode=
770
path={{ item }} state=directory recurse=yes mode=
"g+rw"
with_items
:
-
"
{{
forum_app_dir
}}/.gem"
-
"
{{
forum_app_dir
}}/.rbenv"
when
:
forum_user is defined
# Create scripts to configure environment
...
...
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