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
OpenEdx
configuration
Commits
28b1c362
Commit
28b1c362
authored
Jul 18, 2013
by
e0d
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding comment indicator to places where ansible_managed has been included.
parent
066a770a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
9 deletions
+10
-9
playbooks/roles/forum/templates/cs_comments_service.conf.j2
+1
-1
playbooks/roles/forum/templates/cs_comments_service.j2
+1
-1
playbooks/roles/forum/templates/forum_env.j2
+6
-6
playbooks/roles/forum/templates/java.sh.j2
+2
-1
No files found.
playbooks/roles/forum/templates/cs_comments_service.conf.j2
View file @
28b1c362
{{ ansible_managed }}
#
{{ ansible_managed }}
description "Comments Service"
description "Comments Service"
...
...
playbooks/roles/forum/templates/cs_comments_service.j2
View file @
28b1c362
#!/bin/sh
#!/bin/sh
{{
ansible_managed
}}
#
{{ ansible_managed }}
### BEGIN INIT INFO
### BEGIN INIT INFO
# Provides: cs_comments_service
# Provides: cs_comments_service
...
...
playbooks/roles/forum/templates/forum_env.j2
View file @
28b1c362
{{ ansible_managed }}
#
{{ ansible_managed }}
#
#
#
#
#
This file is sourced in .bashrc.
# This file is sourced in .bashrc.
#
#
The environment variables are used by the cs_comments_service
# The environment variables are used by the cs_comments_service
#
#
to configure itself at start-time.
# to configure itself at start-time.
#
#
#
export MONGOHQ_USER="{{ forum_mongo_user }}"
export MONGOHQ_USER="{{ forum_mongo_user }}"
export MONGOHQ_PASS="{{ forum_mongo_password }}"
export MONGOHQ_PASS="{{ forum_mongo_password }}"
export RACK_ENV="{{ forum_rack_env }}"
export RACK_ENV="{{ forum_rack_env }}"
...
...
playbooks/roles/forum/templates/java.sh.j2
View file @
28b1c362
{{ ansible_managed }}
#
{{ ansible_managed }}
export JAVA_HOME="{{ java_home }}"
export JAVA_HOME="{{ java_home }}"
export PATH=$JAVA_HOME/bin:$PATH
export PATH=$JAVA_HOME/bin:$PATH
\ No newline at end of file
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