summaryrefslogtreecommitdiff
path: root/roles/vm-install/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-12-07 17:59:15 +0100
committerChristian Pointner <equinox@spreadspace.org>2017-12-07 17:59:15 +0100
commit4bce4e54c4e97d0fa4128dee67f57ba33ef6a2b0 (patch)
tree075209f7a8267637f0a7f6f285244a62eec75727 /roles/vm-install/templates
parentcleaned upgrade role (diff)
harmonized yaml syntax
Diffstat (limited to 'roles/vm-install/templates')
-rw-r--r--roles/vm-install/templates/preseed_debian-stretch.cfg.j23
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/vm-install/templates/preseed_debian-stretch.cfg.j2 b/roles/vm-install/templates/preseed_debian-stretch.cfg.j2
index c8f4b45f..267da58b 100644
--- a/roles/vm-install/templates/preseed_debian-stretch.cfg.j2
+++ b/roles/vm-install/templates/preseed_debian-stretch.cfg.j2
@@ -53,21 +53,18 @@ d-i partman-auto/expert_recipe string \
. \
1536 10000 2048 ext4 \
$lvmok{ } in_vg{ {{ inventory_hostname }} } \
- lv_name { root } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ / } \
. \
1024 11000 1280 ext4 \
$lvmok{ } in_vg{ {{ inventory_hostname }} } \
- lv_name { var } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /var } \
. \
768 10000 768 ext4 \
$lvmok{ } in_vg{ {{ inventory_hostname }} } \
- lv_name { varlog } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /var/log } \