Skip to content

Commit 74a2dbe

Browse files
committed
init: docs cleanup
1 parent 3549910 commit 74a2dbe

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

manifests/init.pp

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
# @param package_ensure ensures package is installed
2-
3-
# @param manage_pkg Boolean (true, false)
4-
1+
# @summary Manage LVM
2+
#
3+
# @param package_ensure
4+
# Ensure value for the lvm2 package.
5+
#
6+
# @param manage_pkg
7+
# Whether to manage the lvm2 package.
8+
#
59
# @param volume_groups
10+
# Hash of lvm::volume_group resources to create.
611
#
712
class lvm (
813
Enum['installed', 'present', 'latest', 'absent'] $package_ensure = 'installed',

0 commit comments

Comments
 (0)