Issue #4345 has been updated by James Turnbull. Target version changed from 1.0.5 to 1.1.0
---------------------------------------- Bug #4345: pluginsync removes $libdir/puppet/reports/puppet_dashboard.rb https://projects.puppetlabs.com/issues/4345 Author: Jeremy Hinegardner Status: Closed Priority: High Assignee: Dan Bode Category: Target version: 1.1.0 Keywords: pluginsync, roadmapped Branch: https://github.com/stereotype441/puppet-dashboard/tree/ticket/next/4345 Affected URL: Affected Dashboard version: According to http://github.com/reductivelabs/puppet-dashboard/blob/master/README.markdown for puppet 0.25.x and earlier, the http://github.com/reductivelabs/puppet-dashboard/blob/master/lib/puppet/puppet_dashboard.rb file is to be installed in `$libdir/puppet/reports/`. If you are running puppet on your puppetmaster, and you have `pluginsync = true` then it appears all items under `$libdir/puppet` are managed by pluginsync. The result is that the `puppet_dashboard.rb` file is removed every time puppet runs on the puppetmaster. My current solution is to install `puppet_dashboard.rb` as plugin itself. The problem with this, is that it cannot be templatized in a puppet recipe. <pre> % rpm -qa | grep puppet puppet-server-0.25.4-1.el5 puppet-0.25.4-1.el5 puppet-dashboard-1.0.1-2 </pre> -- 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.
