Skip to content

Commit a27abf9

Browse files
jordanbreen28jordanbreen28
authored andcommitted
(maint) - parameter doc fix
1 parent f18191f commit a27abf9

File tree

5 files changed

+4
-12
lines changed

5 files changed

+4
-12
lines changed

manifests/init.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# == Class: lvm
21
# @param package_ensure ensures package is installed
32

43
# @param manage_pkg Boolean (true, false)

manifests/logical_volume.pp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# == Define: lvm::logical_volume
21
# @param volume_group The volume group name associated with this logical volume.
32
# This will automatically set this volume group as a dependency,
43
# but it must be defined elsewhere using the volume_group resource type.
@@ -24,13 +23,13 @@
2423
#
2524
# @param readahead The readahead count to use for the new logical volume.
2625
#
27-
# @param range Default value: false - Set to true if the ‘size’ parameter specified, is just the minimum size you need
26+
# @param range - Set to true if the ‘size’ parameter specified, is just the minimum size you need
2827
# (if the LV found is larger then the size requests this is just logged not causing a FAIL)
2928
#
3029
# @param size_is_minsize Lists strings for access control for connection method, users, databases, IPv4 addresses;
3130
# @param type Configures the logical volume type. AIX only
3231
#
33-
# @param thinpool Default value: false - Set to true to create a thin pool or to pool name to create thin volume
32+
# @param thinpool - Set to true to create a thin pool or to pool name to create thin volume
3433
# @param poolmetadatasize Set the initial size of the logical volume pool metadata on creation
3534

3635
# @param mirror The number of mirrors of the volume.

manifests/physical_volume.pp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# == Define: lvm::physical_volume
21
# @param ensure ensures phycial volume is present or absent
32

4-
# @param force Boolean - Default value: false - Force the creation without any confirmation.
3+
# @param force Boolean - Force the creation without any confirmation.
54

65
# @param unless_vg Do not do anything if the VG already exists. The value should be the name of the volume group to check for.
76
#

manifests/volume.pp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
# == Define: lvm::volume
2-
#
31
# This defined type will create a logical_volume with the name of
42
# the define and ensure a physical_volume,
53
# volume_group, and filesystem resource have been
64
# created on the block device supplied.
75
#
8-
# === Parameters
9-
#
106
# @param ensure Can only be set to cleaned, absent or present. A value of present will ensure that the
117
# physical_volume, volume_group,
128
# logical_volume, and filesystem resources are

manifests/volume_group.pp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# == Define: lvm::volume_group
21
# @param physical_volumes The list of physical volumes to be included in the volume group;
32
# this will automatically set these as dependencies, but they must be defined elsewhere using the physical_volume resource type.
43

5-
# @param createonly Default value: false - If set to true the volume group will be created if it does not exist.
4+
# @param createonly If set to true the volume group will be created if it does not exist.
65
# If the volume group does exist no action will be taken. Defaults to false. Allowed Values:
76
# true
87
# false

0 commit comments

Comments
 (0)