hacluster password creation
Bug #2011516 reported by
Mathias Gonzalez
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
puppet-pacemaker |
Invalid
|
Undecided
|
Unassigned |
Bug Description
The creation of password for the user hacluster use the fqdns of the nodes, so if 2 nodes have diferent fqdns then the have diferents password for the hacluster user, so how they can reach the authentication?
user { 'hacluster':
password => pw_hash(
groups => 'haclient',
require => Class['
before => Service['pcsd'],
notify => Exec['reauthent
}
To post a comment you must log in.
That is the salt, not the password.