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: []
144
144
disable_root: false
145
145
ssh_pwauth: false
146
146
cloud_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
156
156
cloud_config_modules:
157
- - locale
158
- - timezone
159
- - runcmd
157
+ - locale
158
+ - timezone
159
+ - runcmd
160
160
cloud_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
167
167
EOF
168
168
169
169
# 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