From b7bc4f98fa6e2083794bc01c96a712274df2b769 Mon Sep 17 00:00:00 2001 From: Andrew Garner Date: Mon, 30 Sep 2024 12:35:59 -0500 Subject: [PATCH] Remove ubuntu-xenial references This is purely a cosmetic change in a bosh templating test to reference ubuntu-jammy rather than ubuntu-xenial. Authored-by: Andrew Garner --- spec/broker_config_template_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/broker_config_template_spec.rb b/spec/broker_config_template_spec.rb index 84a5bbdf..6e24e977 100644 --- a/spec/broker_config_template_spec.rb +++ b/spec/broker_config_template_spec.rb @@ -1179,7 +1179,7 @@ generate_test_manifest do |yaml| yaml['instance_groups'][0]['jobs'][0]['properties']['service_deployment']['stemcells'] = [] yaml['instance_groups'][0]['jobs'][0]['properties']['service_deployment']['stemcell'] = { - 'os' => 'ubuntu-xenial', 'version' => nil + 'os' => 'ubuntu-jammy', 'version' => nil } yaml end