Issue #4181 has been updated by Igal Koshevoy.
Rein: If this file isn't being used, should we just remove it and the code in the layout including it? ---------------------------------------- Bug #4181: reports.css - broken link in rpm http://projects.puppetlabs.com/issues/4181 Author: Ken Barber Status: Accepted Priority: Low Assigned to: James Turnbull Category: Target version: 1.1 Keywords: css Branch: Affected URL: After installing the RPM I get this in my ruby logs: ActionController::RoutingError (No route matches "/stylesheets/reports.css" with {:method=>:get}): Because you delete zero sized files in the spec file for puppet-dashboard, and reports.css is blank (is it a customisation placeholder perhaps?): for file in $(find %{buildroot} -size 0) ; do rm -f "$file" done Not a big deal - just a false negative that fills up my error_log :-). -- 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.
