X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/13f8835f70746c764e25dfd76a285302233e5136..c24c8641fdae91ebe7b1165828041dbcb6abf13a:/cookbooks/apt/templates/default/nginx.list.erb diff --git a/cookbooks/apt/templates/default/nginx.list.erb b/cookbooks/apt/templates/default/nginx.list.erb index 5596a5012..02bab5476 100644 --- a/cookbooks/apt/templates/default/nginx.list.erb +++ b/cookbooks/apt/templates/default/nginx.list.erb @@ -1,4 +1,4 @@ # DO NOT EDIT - This file is being maintained by Chef -deb <%= @url %> <%= node.lsb.codename %> nginx -deb-src <%= @url %> <%= node.lsb.codename %> nginx +deb <%= @url %> <%= node[:lsb][:codename] %> nginx +deb-src <%= @url %> <%= node[:lsb][:codename] %> nginx