Default nodepool / zuul users to /bin/bash

Personal preference when trying to debug issues using these accounts.

Change-Id: Ie65b77b41aa97607c0d654af86dd078357974414
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-12-04 19:44:21 -05:00
parent 232b50dc36
commit c26ccf3c7f
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,8 @@
# under the License.
---
# windmill.nodepool
nodepool_user_shell: /bin/bash
nodepool_file_nodepool_yaml_src: "{{ windmill_config_git_dest }}/nodepool/nodepool.yaml.j2"
nodepool_pip_virtualenv_python: python3

View File

@ -13,6 +13,8 @@
# under the License.
---
# windmill.zuul
zuul_user_shell: /bin/bash
zuul_file_main_yaml_src: "{{ windmill_config_git_dest }}/zuul/main.yaml"
zuul_file_zuul_conf_src: "{{ windmill_config_git_dest }}/zuul/zuul.conf.j2"