You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,25 +174,25 @@ resources out yourself.
174
174
* size_is_minsize (Parameter) Default value: `false` - Set to true if the ‘size’ parameter specified, is just the minimum size you need (if the LV found is larger then the size requests this is just logged not causing a FAIL)
175
175
* stripes (Parameter) - The number of stripes to allocate for the new logical volume.
176
176
* stripesize (Parameter) - The stripesize to use for the new logical volume.
177
-
* thinpool (Parameter) - Default value: `:false` - Set to true to create a thin pool
177
+
* thinpool (Parameter) - Default value: `false` - Set to true to create a thin pool
178
178
* volume_group (Parameter) - The volume group name associated with this logical volume. This will automatically set this volume group as a dependency, but it must be defined elsewhere using the volume_group resource type.
179
179
180
180
### physical_volume
181
181
182
182
* name (Parameter) (Namevar)
183
183
* ensure (Property) -
184
-
* force (Parameter) Default value: `:false` - Force the creation without any confirmation. Allowed Values:
185
-
- `:true`
186
-
- `:false`
184
+
* force (Parameter) Default value: `false` - Force the creation without any confirmation. Allowed Values:
185
+
- `true`
186
+
- `false`
187
187
* unless_vg (Parameter) - Do not do anything if the VG already exists. The value should be the name of the volume group to check for.
188
188
189
189
### volume_group
190
190
191
191
* name (Parameter) (Namevar) - The name of the volume group.
192
192
* ensure (Property)
193
-
* createonly (Parameter) Default value: :false - If set to true the volume group will be created if it does not exist. If the volume group does exist no action will be taken. Defaults to `false`. Allowed Values:
194
-
- `:true`
195
-
- `:false`
193
+
* createonly (Parameter) Default value: false - If set to true the volume group will be created if it does not exist. If the volume group does exist no action will be taken. Defaults to `false`. Allowed Values:
194
+
- `true`
195
+
- `false`
196
196
* physical_volumes (Property) - The list of physical volumes to be included in the volume group; this will automatically set these as dependencies, but they must be defined elsewhere using the physical_volume resource type.
197
197
198
198
## AIX Specific Type Documentation
@@ -205,34 +205,34 @@ parameters documented above also apply to AIX systems.
* atboot (Parameter) - Specify whether the file system is mounted at boot time, Allowed Values:
215
-
* `:true`
216
-
* `:false`
215
+
* `true`
216
+
* `false`
217
217
* compress (Parameter) - Data compression, LZ or no. Allowed Values:
218
218
* `:LG`
219
219
* `:no`
220
220
* device (Parameter) - Device to create the filesystem on, this can be a device or a logical volume.
221
221
* encrypted (Parameter) - Specify and encrypted filesystem. Allowed Values:
222
-
* `:true`
223
-
* `:false`
222
+
* `true`
223
+
* `false`
224
224
* extended_attributes (Parameter) - Format to be used to store extended attributes. Allowed Values:
225
225
* `:v1`
226
226
* `:v2`
227
227
* frag (Parameter) - JFS fragment size in bytes. Allowed Values:
228
228
* `/\d+/`
229
229
* initial_size (Parameter) - Initial size of the filesystem, Used only for resource creation, when using this option Puppet will not manage or maintain the size. To resize filesystems see the size property.
* log_partitions (Parameter) - Specify the size of the log logical volume as number of logical partitions,
237
237
* logname (Parameter) - Configure the log logical volume.
238
238
* logsize (Parameter) - Size for an inline log in MB, Allowed Values:
@@ -242,8 +242,8 @@ parameters documented above also apply to AIX systems.
242
242
* mount_options (Parameter) - Specify the options to be passed to the mount command.
243
243
* mountgroup (Parameter) - Mount group for the filesystem,
244
244
* mountguard (Parameter) - Enable the mountguard. Allowed Values:
245
-
* `:true`
246
-
* `:false`
245
+
* `true`
246
+
* `false`
247
247
* nbpi (Parameter) - Bytes per inode. Allowed Values:
248
248
* `/\d+/`
249
249
* nodename (Parameter) - Specify the remote host where the filesystem resides.
@@ -252,8 +252,8 @@ parameters documented above also apply to AIX systems.
252
252
* `:rw`
253
253
* size (Property) - Configures the size of the filesystem. Supports filesystem resizing. The size will be rounded up to the nearest multiple of the partition size.
254
254
* vix (Parameter) - Specify that the file system can allocate inode extents smaller than the default, Allowed Values:
255
-
* `:true`
256
-
* `:false`
255
+
* `true`
256
+
* `false`
257
257
* volume_group (Parameter) - Volume group that the file system should be greated on.
0 commit comments