From 8a0430ab542eec954baa48b4f55813e05b382ec6 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 15 Aug 2015 16:40:24 +0100 Subject: [PATCH] Update HP apt repo --- cookbooks/apt/templates/default/hp.list.erb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cookbooks/apt/templates/default/hp.list.erb b/cookbooks/apt/templates/default/hp.list.erb index 1a5d6850b..aa8fc7ee8 100644 --- a/cookbooks/apt/templates/default/hp.list.erb +++ b/cookbooks/apt/templates/default/hp.list.erb @@ -1,3 +1,7 @@ # DO NOT EDIT - This file is being maintained by Chef +<% if node[:lsb][:release].to_f < 14.04 -%> deb <%= @url %> precise/current non-free +<% else -%> +deb <%= @url %> trusty/current non-free +<% end -%> -- 2.43.2