Forgot about some indents
parent
0fb3a462ff
commit
e3207ae49c
|
@ -55,22 +55,22 @@
|
||||||
renderers: [ 'networkd' ]
|
renderers: [ 'networkd' ]
|
||||||
default_user:
|
default_user:
|
||||||
name: ops
|
name: ops
|
||||||
users:
|
users:
|
||||||
- default
|
- default
|
||||||
ssh_pwauth: false
|
ssh_pwauth: false
|
||||||
chpasswd:
|
chpasswd:
|
||||||
expire: false
|
expire: false
|
||||||
cloud_init_modules:
|
cloud_init_modules:
|
||||||
- migrator
|
- migrator
|
||||||
- seed_random
|
- seed_random
|
||||||
- growpart
|
- growpart
|
||||||
- resizefs
|
- resizefs
|
||||||
cloud_config_modules:
|
cloud_config_modules:
|
||||||
- disk_setup
|
- disk_setup
|
||||||
- mounts
|
- mounts
|
||||||
- set-passwords
|
- set-passwords
|
||||||
- ssh
|
- ssh
|
||||||
cloud_final_modules: []
|
cloud_final_modules: []
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue