Fix typo in setting dib password

Change-Id: Ifd57b64aca820dfb9df8600316197111a581cec3
This commit is contained in:
Yolanda Robla Mota 2016-10-13 10:29:05 +02:00
parent 7b481ea0a0
commit ea4520e741
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ dib_env_vars:
DIB_INSTALLTYPE_simple_init: repo
DIB_DEV_USER_USERNAME: "baremetal"
<% if @dib_dev_user_password != nil %>
DIB_DEV_USER_PASSWORD: "<=% @dib_dev_user_password -%>"
DIB_DEV_USER_PASSWORD: "<%= @dib_dev_user_password -%>"
<% end %>
DIB_DEV_USER_PWDLESS_SUDO: "Y"
ELEMENTS_PATH: "/opt/stack/elements:/opt/project-config/nodepool/elements"