Actions
Bug #1488
closedblank root_password in host group breaks automated provisioning
Description
I have a default root password hash set (in Settings) however if I leave the host group root password blank then the host seems to be given a different root password.
In fact the password it is given is:
$1$foreman$6pLrR7U(rest cut for security)
This is on v0.4.1
Updated by Ohad Levy over 12 years ago
- Status changed from New to Need more information
I was not able to reproduce the issue.
looking at the code, foreman copies the hostgroup password when creating the host (if none already defined).
then, the hostgroup PW is defined that either it exists, or it uses the global PW.
any chance this relates to nesting?
also, any chance you can see if you can reproduce it on 0.5?
Updated by Ohad Levy over 12 years ago
- Status changed from Need more information to Closed
Applied in changeset f00eaf0746492189359177eb7a3664a21b79b70f.
Actions