X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5b61dc78ec8857086174b99aa68ec7ee7f439e0b..13f8835f70746c764e25dfd76a285302233e5136:/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 new file mode 100644 index 000000000..5596a5012 --- /dev/null +++ b/cookbooks/apt/templates/default/nginx.list.erb @@ -0,0 +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