Issue #4181 has been updated by Ken Barber.
It's being pulled in implicitly through your framework I think:
kbar...@obelisk:~/Development/puppet-dashboard$ grep -r 'reports.css' *
kbar...@obelisk:~/Development/puppet-dashboard$
Something to do with haml? ... the path is generated out of
gems/haml-2.2.2/lib/sass/plugin.rb I think:
vendor/gems/haml-2.2.2/lib/sass/plugin.rb: "#{path}/#{name}.css"
----------------------------------------
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.