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
0cf0bb15
Commit
0cf0bb15
authored
Oct 01, 2014
by
David Baumgold
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1600 from edx/npmrc
edxapp user should have .npmrc
parents
709deb66
dbe37c3d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
playbooks/roles/edxapp/tasks/main.yml
+6
-1
playbooks/roles/edxapp/templates/.npmrc.j2
+1
-0
No files found.
playbooks/roles/edxapp/tasks/main.yml
View file @
0cf0bb15
...
@@ -38,7 +38,6 @@
...
@@ -38,7 +38,6 @@
state=link
state=link
owner="{{ edxapp_user }}"
owner="{{ edxapp_user }}"
group="{{ common_web_group }}"
group="{{ common_web_group }}"
-
name
:
create edxapp log dir
-
name
:
create edxapp log dir
file
:
>
file
:
>
...
@@ -70,6 +69,12 @@
...
@@ -70,6 +69,12 @@
-
"
restart
edxapp"
-
"
restart
edxapp"
-
"
restart
edxapp_workers"
-
"
restart
edxapp_workers"
-
name
:
set up edxapp .npmrc
template
:
src=.npmrc.j2 dest={{ edxapp_app_dir }}/.npmrc
owner={{ edxapp_user }} group={{ common_web_group }}
mode=0600
-
name
:
create log directories for service variants
-
name
:
create log directories for service variants
notify
:
notify
:
-
"
restart
edxapp"
-
"
restart
edxapp"
...
...
playbooks/roles/edxapp/templates/.npmrc.j2
0 → 100644
View file @
0cf0bb15
registry={{ COMMON_NPM_MIRROR_URL }}
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