File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ * @ puppetlabs/open-source-stewards @ bastelfreak
Original file line number Diff line number Diff line change 22
33Provides Logical Resource Management (LVM) features for Puppet.
44
5+
6+ > This module is supported by the Puppet community. We expect it to be of the same high
7+ > quality as our own Supported modules, but it does not qualify for Puppet Support plans.
8+ > See the ` CODEOWNERS ` file for usernames of the maintainers.
9+
10+
511## Usage Examples
612
713This module provides four resource types (and associated providers):
@@ -117,12 +123,12 @@ If you need a more complex configuration, you'll need to build the
117123resources out yourself.
118124
119125## Optional Values
120- The ` unless_vg` (physical_volume) and `createonly` (volume_group) will check
126+ The ` unless_vg` (physical_volume) and `createonly` (volume_group) will check
121127 to see if "myvg" exists. If "myvg" does exist then they will not modify
122128 the physical volume or volume_group. This is usefull if you environment
123129 is build with certain disks but they change while the server grows, shrinks
124130 or moves.
125-
131+
126132 Example :
127133` ` ` puppet
128134 physical_volume { "/dev/hdc":
@@ -207,7 +213,7 @@ parameters documented above also apply to AIX systems.
207213 * `:false`
208214* ag_size (Parameter) - Specify the allocation group size in megabytes, Allowed Values:
209215 * `/\d+/`
210- * agblksize (Parameter) - JFS2 block size in bytes, Allowed Values:
216+ * agblksize (Parameter) - JFS2 block size in bytes, Allowed Values:
211217 * `/\d+/`
212218* atboot (Parameter) - Specify whether the file system is mounted at boot time, Allowed Values:
213219 * `:true`
You can’t perform that action at this time.
0 commit comments