Skip to content

Commit

Permalink
Change basedir variable to deployment_current_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
enginyoyen committed Mar 26, 2015
1 parent 2ac0bb2 commit 43ecdc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/initd.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
START_METHOD="$start_method"
## Play Specific stuff
PLAY_PID_FILE=$BASE_DIR/current/RUNNING_PID
PLAY_PID_FILE=$BASE_DIR/RUNNING_PID
## Flag Variables
START_CODE=0
Expand Down
2 changes: 1 addition & 1 deletion tasks/init-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
exec_args="{{ deployment_exec_arg }}"
run_user="{{ deployment_user }}"
run_group="{{ deployment_group }}"
base_dir="{{ deployment_work_dir }}"
base_dir="{{ deployment_current_dir }}"
grep_for="{{ deployment_grep_name }}"
timeout_start="{{ deployment_timeout_start_sec }}"
owner="{{ deployment_user }}"
Expand Down

0 comments on commit 43ecdc5

Please sign in to comment.