Skip to content

Commit 4ecb4e6

Browse files
committed
fix name of vsphere guestinfo settings source
CloudInit wasn't strictly accurate since we don't use cloudinit to fetch the settings and it only works for VMware stemcells Use VsphereGuestInfo instead
1 parent 87f20c0 commit 4ecb4e6

File tree

1 file changed

+1
-1
lines changed
  • stemcell_builder/stages/bosh_vsphere_agent_settings

1 file changed

+1
-1
lines changed

stemcell_builder/stages/bosh_vsphere_agent_settings/apply.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cat > $chroot/var/vcap/bosh/agent.json <<JSON
1616
"Settings": {
1717
"Sources": [
1818
{
19-
"Type": "CloudInit"
19+
"Type": "VsphereGuestInfo"
2020
}, {
2121
"Type": "CDROM",
2222
"FileName": "env"

0 commit comments

Comments
 (0)