Skip to content

Commit 2b60f13

Browse files
authored
Merge pull request #271 from binford2k/tcupdate
update with Trusted Contributor notice
2 parents cada6d4 + ad1ad2d commit 2b60f13

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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: 8 additions & 2 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):
@@ -142,12 +148,12 @@ If you need a more complex configuration, you'll need to build the
142148
resources out yourself.
143149
144150
## Optional Values
145-
The `unless_vg` (physical_volume) and `createonly` (volume_group) will check
151+
The `unless_vg` (physical_volume) and `createonly` (volume_group) will check
146152
to see if "myvg" exists. If "myvg" does exist then they will not modify
147153
the physical volume or volume_group. This is useful if your environment
148154
is built with certain disks but they change while the server grows, shrinks
149155
or moves.
150-
156+
151157
Example:
152158
```puppet
153159
physical_volume { "/dev/hdc":

0 commit comments

Comments
 (0)