Issue #4345 has been updated by James Turnbull.
Argh. I don't see this behaviour at all. I'm going to have to take a deeper look. ---------------------------------------- Bug #4345: pluginsync removes $libdir/puppet/reports/puppet_dashboard.rb http://projects.puppetlabs.com/issues/4345 Author: Jeremy Hinegardner Status: Accepted Priority: High Assigned to: James Turnbull Category: Target version: Keywords: pluginsync Branch: Affected URL: 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.
