mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 17:02:05 +03:00
11 lines
129 B
INI
11 lines
129 B
INI
#cloud-config
|
|
|
|
repo_update: true
|
|
repo_upgrade: all
|
|
|
|
packages:
|
|
- lvm2
|
|
|
|
output:
|
|
all: '| tee -a /var/log/cloud-init-output.log'
|