Skip to content

Commit 8bd9788

Browse files
committed
README: fix formatting
1 parent fd209cf commit 8bd9788

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ This could be really convenient when used with hiera:
8080
```puppet
8181
include lvm
8282
```
83+
8384
and
85+
8486
```yaml
8587
---
8688
lvm::volume_groups:
@@ -104,7 +106,9 @@ lvm::volume_groups:
104106
mountpath: /var/backups
105107
mountpath_require: true
106108
```
109+
107110
or to just build the VG if it does not exist
111+
108112
```yaml
109113
---
110114
lvm::volume_groups:
@@ -142,13 +146,15 @@ If you need a more complex configuration, you'll need to build the
142146
resources out yourself.
143147
144148
## Optional Values
145-
The `unless_vg` (physical_volume) and `createonly` (volume_group) will check
146-
to see if "myvg" exists. If "myvg" does exist then they will not modify
147-
the physical volume or volume_group. This is useful if your environment
148-
is built with certain disks but they change while the server grows, shrinks
149-
or moves.
150149
151-
Example:
150+
The `unless_vg` (physical_volume) and `createonly` (volume_group) will check
151+
to see if "myvg" exists. If "myvg" does exist then they will not modify
152+
the physical volume or volume_group. This is useful if your environment
153+
is built with certain disks but they change while the server grows, shrinks
154+
or moves.
155+
156+
Example:
157+
152158
```puppet
153159
physical_volume { "/dev/hdc":
154160
ensure => present,
@@ -224,11 +230,9 @@ resources out yourself.
224230

225231
## AIX Specific Type Documentation
226232

227-
228233
There are a number of AIX specific parameters and properties. The regular
229234
parameters documented above also apply to AIX systems.
230235

231-
232236
### filesystem
233237

234238
* accounting (Parameter) - Specify accounting subsystem support, Allowed Values:

0 commit comments

Comments
 (0)