Commit 28b1c362 by e0d

Adding comment indicator to places where ansible_managed has been included.

parent 066a770a
{{ ansible_managed }} # {{ ansible_managed }}
description "Comments Service" description "Comments Service"
......
#!/bin/sh #!/bin/sh
{{ ansible_managed }} # {{ ansible_managed }}
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: cs_comments_service # Provides: cs_comments_service
......
{{ 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 }}"
......
{{ 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment