Skip to content

Commit

Permalink
Merge pull request #201 from arjenz/patch-1
Browse files Browse the repository at this point in the history
Spelling
  • Loading branch information
pmcmaw committed Jan 30, 2018
2 parents 71bbf45 + 7f05ea8 commit 9dbbb04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -104,7 +104,7 @@ lvm::volume_groups:
mountpath: /var/backups
mountpath_require: true
```
or to just build the VG if it does not exists
or to just build the VG if it does not exist
```yaml
---
lvm::volume_groups:
Expand Down Expand Up @@ -144,8 +144,8 @@ resources out yourself.
## Optional Values
The `unless_vg` (physical_volume) and `createonly` (volume_group) will check
to see if "myvg" exists. If "myvg" does exist then they will not modify
the physical volume or volume_group. This is usefull if you environment
is build with certain disks but they change while the server grows, shrinks
the physical volume or volume_group. This is useful if your environment
is built with certain disks but they change while the server grows, shrinks
or moves.

Example:
Expand Down

0 comments on commit 9dbbb04

Please sign in to comment.