Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2151 from edx/master
Browse files Browse the repository at this point in the history
Merge rbenv change to rc.
  • Loading branch information
feanil committed Jul 16, 2015
2 parents 17a7045 + a8e9768 commit aab8bad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion playbooks/roles/jenkins_master/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.23" }
- { name: "ec2", version: "1.28" }
- { name: "github", version: "1.8" }
- { name: "github-api", version: "1.44" }
- { name: "github-oauth", version: "0.14" }
Expand Down
6 changes: 4 additions & 2 deletions playbooks/roles/local_dev/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aab8bad

Please sign in to comment.