File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,9 @@ This could be really convenient when used with hiera:
8080``` puppet
8181include lvm
8282```
83+
8384and
85+
8486``` yaml
8587---
8688lvm::volume_groups :
@@ -104,7 +106,9 @@ lvm::volume_groups:
104106 mountpath : /var/backups
105107 mountpath_require : true
106108` ` `
109+
107110or to just build the VG if it does not exist
111+
108112` ` ` yaml
109113---
110114lvm::volume_groups :
@@ -142,13 +146,15 @@ If you need a more complex configuration, you'll need to build the
142146resources 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-
228233There are a number of AIX specific parameters and properties. The regular
229234parameters documented above also apply to AIX systems.
230235
231-
232236# ## filesystem
233237
234238* accounting (Parameter) - Specify accounting subsystem support, Allowed Values:
You can’t perform that action at this time.
0 commit comments