debian recipe
This commit is contained in:
12
recipes/debian/templates/conf/cloud-init/user-data
Normal file
12
recipes/debian/templates/conf/cloud-init/user-data
Normal file
@ -0,0 +1,12 @@
|
||||
#cloud-config
|
||||
ssh_pwauth: True
|
||||
user: ${user}
|
||||
password: ${password}
|
||||
chpasswd:
|
||||
expire: False
|
||||
|
||||
# Work around network interface down after boot
|
||||
runcmd:
|
||||
%{ for cmd in runcmd ~}
|
||||
- ${cmd}
|
||||
%{ endfor ~}
|
Reference in New Issue
Block a user