Issue #7209 has been updated by Jacob Helwig. Status changed from Accepted to Available In Testing Branch
I've merged the migration name requirements I outlined previously into Puppet Dashboard's `next` branch in commit:dde14f6801a6767831f293c8cfdf73997cd71e4a I've also updated the baseline plugin's `next` branch in commit:8d4949ec5746d64b90c4dda281e75b617c6c2a6c ---------------------------------------- Bug #7209: Cannot install baseline_plugin https://projects.puppetlabs.com/issues/7209 Author: Randall Hansen Status: Available In Testing Branch Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: Affected URL: Affected Dashboard version: The puppet_baseline plugin installation fails in interesting ways. After plugin installation, any database access with a baseline-enabled Dashboard results in errors like this: Baseline Columns (0.0ms) Mysql::Error: Table 'dashboard_production.baselines' doesn't exist: SHOW FIELDS FROM `baselines` This may be related to the production environment. There are at least two problems: 1. the migration ends with _rb instead of .rb 2. the migration name confuses rake: "uninitialized constant Plugin_puppetBaseline_createBaselines" -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
