Uploaded image for project: 'Modules'
  1. Modules
  2. MODULES-4604

puppet resource mysql_grant fails

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • None
    • None
    • mysql
    • None
    • Ubuntu 16.10, PE 2017.1, puppetlabs/mysql 3.10.0

    • Needs Assessment

    Description

      clean install of ubuntu. mysql installed with puppet, 'puppet resource mysql_grant' returns "name must match user and table parameters"....doing the little diagnosis I can, given lack of ruby knowledge, I was able to debug that while self[:name], has a value, the rest of the array is empty, ie, :user, :table, etc.....commenting out line 37

      fail('name must match user and table parameters') if self[:name] != "#{self[:user]}/#{self[:table]}"
      

      allows module to work fine

      Attachments

        Issue Links

          Activity

            People

              eric.putnam Eric Putnam
              jfgibbins James G
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Zendesk Support