From 878d8cece5fc1f9da8ad8a45281eb186bb06c3f4 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Wed, 27 Jul 2022 15:23:17 +0200 Subject: [PATCH] fix yaml --- admin-guide/puppet/profiles/vgroot.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-guide/puppet/profiles/vgroot.rst b/admin-guide/puppet/profiles/vgroot.rst index 38d96e36..6f95536e 100644 --- a/admin-guide/puppet/profiles/vgroot.rst +++ b/admin-guide/puppet/profiles/vgroot.rst @@ -22,7 +22,7 @@ vgroot hash hiera_hash('vgroot::path') A hash containing as key the name of the volume group (``/dev/mapper/vg_root-$NAME``) to be adjusted and the volume size as value:: vgroot::path: - - lv_root: 20GB - - lv_var: 10GB + lv_root: 20GB + lv_var: 10GB The contained file system will then automatically resized if needed.