File tree Expand file tree Collapse file tree 1 file changed +12
-17
lines changed
files/common/etc/cloud/cloud.cfg.d Expand file tree Collapse file tree 1 file changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -116,32 +116,27 @@ datasource_list:
116
116
#
117
117
118
118
cloud_init_modules:
119
- - migrator
120
119
- seed_random
121
120
- bootcmd
122
- - write-files
121
+ - write_files
123
122
- update_etc_hosts
124
123
- ssh
125
124
126
125
cloud_config_modules:
127
- - wireguard
128
- - ubuntu_autoinstall
129
- - ssh-import-id
126
+ - ssh_import_id
130
127
- keyboard
131
128
- locale
132
- - grub-dpkg
133
- - apt-pipelining
134
- - apt-configure
129
+ - grub_dpkg
130
+ - apt_configure
135
131
- ntp
136
132
- runcmd
137
133
138
134
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
You can’t perform that action at this time.
0 commit comments