File tree 1 file changed +18
-21
lines changed
files/common/etc/cloud/cloud.cfg.d
1 file changed +18
-21
lines changed Original file line number Diff line number Diff line change 48
48
49
49
#
50
50
# By default, ignore ssh keys passed from the cloud management console.
51
- # Also, discard any user data to prevent tampering with the default
52
- # Delphix configuration. Note that those configurations are currently
53
- # only available on Delphix's version of cloud-init.
54
51
#
55
52
allow_public_ssh_keys: false
53
+
54
+ #
55
+ # Discard any user data (cloud-init configuration passed to the instance via
56
+ # cloud-specific mechanisms) to prevent tampering with the default Delphix
57
+ # configuration.
58
+ #
56
59
allow_userdata: false
57
60
58
61
#
@@ -116,32 +119,26 @@ datasource_list:
116
119
#
117
120
118
121
cloud_init_modules:
119
- - migrator
120
122
- seed_random
121
- - bootcmd
122
- - write-files
123
+ - write_files
123
124
- update_etc_hosts
124
125
- ssh
125
126
126
127
cloud_config_modules:
127
- - wireguard
128
- - ubuntu_autoinstall
129
- - ssh-import-id
128
+ - ssh_import_id
130
129
- keyboard
131
130
- locale
132
- - grub-dpkg
133
- - apt-pipelining
134
- - apt-configure
131
+ - grub_dpkg
132
+ - apt_configure
135
133
- ntp
136
134
- runcmd
137
135
138
136
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
137
+ - write_files_deferred
138
+ - scripts_per_once
139
+ - scripts_per_boot
140
+ - scripts_per_instance
141
+ - scripts_user
142
+ - install_hotplug
143
+ - final_message
144
+ - power_state_change
You can’t perform that action at this time.
0 commit comments