File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
tools/appliance/systemvmtemplate/scripts Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -144,26 +144,26 @@ users: []
144144disable_root: false
145145ssh_pwauth: false
146146cloud_init_modules:
147- - migrator
148- - seed_random
149- - bootcmd
150- - write-files
151- - growpart
152- - resizefs
153- - disk_setup
154- - mounts
155- - rsyslog
147+ - migrator
148+ - seed_random
149+ - bootcmd
150+ - write-files
151+ - growpart
152+ - resizefs
153+ - disk_setup
154+ - mounts
155+ - rsyslog
156156cloud_config_modules:
157- - locale
158- - timezone
159- - runcmd
157+ - locale
158+ - timezone
159+ - runcmd
160160cloud_final_modules:
161- - scripts-per-once
162- - scripts-per-boot
163- - scripts-per-instance
164- - scripts-user
165- - final-message
166- - power-state-change
161+ - scripts-per-once
162+ - scripts-per-boot
163+ - scripts-per-instance
164+ - scripts-user
165+ - final-message
166+ - power-state-change
167167EOF
168168
169169 # Disable cloud-init services since we run it manually in postinit.sh if user data is available
You can’t perform that action at this time.
0 commit comments