Skip to content

Commit 6c25df9

Browse files
committed
update with Trusted Contributor notice
1 parent dcf5290 commit 6c25df9

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @puppetlabs/open-source-stewards @bastelfreak

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Provides 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

713
This 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
117123
resources 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`

0 commit comments

Comments
 (0)