Skip to content

Commit 04fe3f5

Browse files
authored
Merge pull request #463 from cloudfoundry/jammy-vsphere-cloudinit-settings
Add CloudInit step to vsphere agent settings
2 parents a51d1f5 + 87f20c0 commit 04fe3f5

File tree

1 file changed

+2
-0
lines changed
  • stemcell_builder/stages/bosh_vsphere_agent_settings

1 file changed

+2
-0
lines changed

stemcell_builder/stages/bosh_vsphere_agent_settings/apply.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ cat > $chroot/var/vcap/bosh/agent.json <<JSON
1616
"Settings": {
1717
"Sources": [
1818
{
19+
"Type": "CloudInit"
20+
}, {
1921
"Type": "CDROM",
2022
"FileName": "env"
2123
}

0 commit comments

Comments
 (0)