Skip to content

Commit

Permalink
Merge pull request #95 from seankelly/cursed-indent
Browse files Browse the repository at this point in the history
The line got outdented one level somehow
  • Loading branch information
Mikhail Sobolev committed May 1, 2015
2 parents 6c3b6d9 + 8464e4b commit 87db5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jail-bslave1.yml
Expand Up @@ -55,7 +55,7 @@
bb_env_dir: "{{ getent_passwd[worker_account].4 }}/{{ buildbot_net.bb_slave_name }}/{{ env_name }}"
bb_slave_dir: "{{ getent_passwd[worker_account].4 }}/{{ buildbot_net.bb_slave_name }}/{{ buildbot_net.bb_slave_dir }}"
- role: supervisor-service
service_name: "{{ buildbot_net.slave_service_name }}"
service_name: "{{ buildbot_net.slave_service_name }}"
service_dir: "{{ getent_passwd[worker_account].4 }}/{{ buildbot_net.bb_slave_name }}/{{ buildbot_net.bb_slave_dir }}"
service_command: "{{ getent_passwd[worker_account].4 }}/{{ buildbot_net.bb_slave_name }}/{{ env_name }}/bin/buildslave start --nodaemon"
service_user: "{{ worker_account }}"
Expand Down

0 comments on commit 87db5b9

Please sign in to comment.