# DO NOT EDIT - This file is being maintained by Chef
-deb <%= @url %> <%= node.lsb.codename %>/current non-free
+<% if node[:lsb][:release].to_f < 14.04 -%>
+deb <%= @url %> precise/current non-free
+<% else -%>
+deb <%= @url %> trusty/current non-free
+<% end -%>