From 3a35e0deb88a398ac9fdd3c2260f58a14c59a499 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Tue, 26 Jul 2022 15:52:54 +0200 Subject: [PATCH] better example for vgroot::path --- admin-guide/puppet/profiles/vgroot.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin-guide/puppet/profiles/vgroot.rst b/admin-guide/puppet/profiles/vgroot.rst index a0a8539b..38d96e36 100644 --- a/admin-guide/puppet/profiles/vgroot.rst +++ b/admin-guide/puppet/profiles/vgroot.rst @@ -22,6 +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_root: 20GB + - lv_var: 10GB The contained file system will then automatically resized if needed.