Skip to content

Commit af5abee

Browse files
committed
DLPX-93823 cloud-init configuration contains module names that are no longer correct
PR URL: https://www.github.com/delphix/delphix-platform/pull/519
1 parent 7fcc2e7 commit af5abee

File tree

1 file changed

+12
-17
lines changed

1 file changed

+12
-17
lines changed

files/common/etc/cloud/cloud.cfg.d/91-delphix-platform.cfg

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -116,32 +116,27 @@ datasource_list:
116116
#
117117

118118
cloud_init_modules:
119-
- migrator
120119
- seed_random
121120
- bootcmd
122-
- write-files
121+
- write_files
123122
- update_etc_hosts
124123
- ssh
125124

126125
cloud_config_modules:
127-
- wireguard
128-
- ubuntu_autoinstall
129-
- ssh-import-id
126+
- ssh_import_id
130127
- keyboard
131128
- locale
132-
- grub-dpkg
133-
- apt-pipelining
134-
- apt-configure
129+
- grub_dpkg
130+
- apt_configure
135131
- ntp
136132
- runcmd
137133

138134
cloud_final_modules:
139-
- package-update-upgrade-install
140-
- write-files-deferred
141-
- scripts-vendor
142-
- scripts-per-once
143-
- scripts-per-boot
144-
- scripts-per-instance
145-
- scripts-user
146-
- install-hotplug
147-
- final-message
135+
- write_files_deferred
136+
- scripts_per_once
137+
- scripts_per_boot
138+
- scripts_per_instance
139+
- scripts_user
140+
- install_hotplug
141+
- final_message
142+
- power_state_change

0 commit comments

Comments
 (0)