[openbook] mysql password problem
Bug #1607331 reported by
Michał Górniak
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel Plugins |
New
|
High
|
Jeremy Fluhmann |
Bug Description
During deployment puppet try set mysql password in:
deployment_
exec { 'mysql_
subscribe => File['/
require => Service['mysql'],
path => '/bin:/
refreshonly => true,
command => "mysql -u root --password='' < /root/.password"
}
but it always set passsword for mysql as '' - missing variable
also in:
deployment_
$db_password = 'Tall!g3nt'
plugin always use default password during put data into mysql - dont care about real settings in UI
Changed in fuel-plugins: | |
assignee: | nobody → Jeremy Fluhmann (fluhmann) |
importance: | Undecided → High |
tags: | added: talligent |
Changed in fuel-plugins: | |
milestone: | none → 8.0 |
To post a comment you must log in.
it was found mos 8