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.