Skip to content

Commit

Permalink
Remove ubuntu-xenial references
Browse files Browse the repository at this point in the history
This is purely a cosmetic change in a bosh templating test to reference
ubuntu-jammy rather than ubuntu-xenial.

Authored-by: Andrew Garner <[email protected]>
  • Loading branch information
abg committed Sep 30, 2024
1 parent 359ea17 commit b7bc4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/broker_config_template_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7bc4f9

Please sign in to comment.