[openbook] mysql password problem

Bug #1607331 reported by Michał Górniak
8
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_scripts/puppet/modules/openbook/manifests/db/mysql.pp
  exec { 'mysql_root_password':
    subscribe => File['/root/.my.cnf'],
    require => Service['mysql'],
    path => '/bin:/sbin:/usr/bin:/usr/sbin',
    refreshonly => true,
    command => "mysql -u root --password='' < /root/.password"
  }

but it always set passsword for mysql as '' - missing variable

also in:
deployment_scripts/puppet/modules/openbook/manifests/params.pp
  $db_password = 'Tall!g3nt'

plugin always use default password during put data into mysql - dont care about real settings in UI

Tags: talligent
Changed in fuel-plugins:
assignee: nobody → Jeremy Fluhmann (fluhmann)
importance: Undecided → High
tags: added: talligent
Revision history for this message
Michał Górniak (p4cket) wrote :

it was found mos 8

Changed in fuel-plugins:
milestone: none → 8.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.