Skip to content

Commit 2175d24

Browse files
jordanbreen28jordanbreen28
authored andcommitted
(CONT-972) - Implement puppet-lint
1 parent 41fc476 commit 2175d24

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

manifests/logical_volume.pp

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# == Define: lvm::logical_volume
22
# @param volume_group The volume group name associated with this logical volume.
3-
# This will automatically set this volume group as a dependency, but it must be defined elsewhere using the volume_group resource type.
4-
# @param size Configures the size of the filesystem. Supports filesystem resizing. The size will be rounded up to the nearest multiple of the partition size.
3+
# This will automatically set this volume group as a dependency,
4+
# but it must be defined elsewhere using the volume_group resource type.
5+
# @param size Configures the size of the filesystem. Supports filesystem resizing. The size will be rounded up to the nearest multiple of
6+
# the partition size.
57
# @param initial_size The initial size of the logical volume. This will only apply to newly-created volumes
68
#
79
# @param ensure
@@ -36,7 +38,8 @@
3638

3739
# @param no_sync An optimization in lvcreate, at least on Linux.
3840

39-
# @param region_size A mirror is divided into regions of this size (in MB), the mirror log uses this granularity to track which regions are in sync.
41+
# @param region_size A mirror is divided into regions of this size (in MB), the mirror log uses this granularity to track which regions
42+
# are in sync.
4043
# CAN NOT BE CHANGED on already mirrored volume.
4144
# Take your mirror size in terabytes and round up that number to the next power of 2, using that number as the -R argument
4245

0 commit comments

Comments
 (0)