Skip to content

Commit 5938709

Browse files
authored
Merge pull request #161 from crayfishx/typo/docs_booleans
changed all instances of :true/:false to true/false
2 parents ef1917a + 17e4661 commit 5938709

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -174,25 +174,25 @@ resources out yourself.
174174
* 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)
175175
* stripes (Parameter) - The number of stripes to allocate for the new logical volume.
176176
* 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
178178
* 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.
179179

180180
### physical_volume
181181

182182
* name (Parameter) (Namevar)
183183
* 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`
187187
* 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.
188188

189189
### volume_group
190190

191191
* name (Parameter) (Namevar) - The name of the volume group.
192192
* 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`
196196
* 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.
197197

198198
## AIX Specific Type Documentation
@@ -205,34 +205,34 @@ parameters documented above also apply to AIX systems.
205205
### filesystem
206206

207207
* accounting (Parameter) - Specify accounting subsystem support, Allowed Values:
208-
* `:true`
209-
* `:false`
208+
* `true`
209+
* `false`
210210
* ag_size (Parameter) - Specify the allocation group size in megabytes, Allowed Values:
211211
* `/\d+/`
212212
* agblksize (Parameter) - JFS2 block size in bytes, Allowed Values:
213213
* `/\d+/`
214214
* atboot (Parameter) - Specify whether the file system is mounted at boot time, Allowed Values:
215-
* `:true`
216-
* `:false`
215+
* `true`
216+
* `false`
217217
* compress (Parameter) - Data compression, LZ or no. Allowed Values:
218218
* `:LG`
219219
* `:no`
220220
* device (Parameter) - Device to create the filesystem on, this can be a device or a logical volume.
221221
* encrypted (Parameter) - Specify and encrypted filesystem. Allowed Values:
222-
* `:true`
223-
* `:false`
222+
* `true`
223+
* `false`
224224
* extended_attributes (Parameter) - Format to be used to store extended attributes. Allowed Values:
225225
* `:v1`
226226
* `:v2`
227227
* frag (Parameter) - JFS fragment size in bytes. Allowed Values:
228228
* `/\d+/`
229229
* 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.
230230
* isnapshot (Parameter) - Specify whether the filesystem supports internal snapshots, Allowed Values:
231-
* `:true`
232-
* `:false`
231+
* `true`
232+
* `false`
233233
* large_files (Parameter) - Large file enabled file system. Allowed Values:
234-
* `:true`
235-
* `:false`
234+
* `true`
235+
* `false`
236236
* log_partitions (Parameter) - Specify the size of the log logical volume as number of logical partitions,
237237
* logname (Parameter) - Configure the log logical volume.
238238
* logsize (Parameter) - Size for an inline log in MB, Allowed Values:
@@ -242,8 +242,8 @@ parameters documented above also apply to AIX systems.
242242
* mount_options (Parameter) - Specify the options to be passed to the mount command.
243243
* mountgroup (Parameter) - Mount group for the filesystem,
244244
* mountguard (Parameter) - Enable the mountguard. Allowed Values:
245-
* `:true`
246-
* `:false`
245+
* `true`
246+
* `false`
247247
* nbpi (Parameter) - Bytes per inode. Allowed Values:
248248
* `/\d+/`
249249
* nodename (Parameter) - Specify the remote host where the filesystem resides.
@@ -252,8 +252,8 @@ parameters documented above also apply to AIX systems.
252252
* `:rw`
253253
* 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.
254254
* 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`
257257
* volume_group (Parameter) - Volume group that the file system should be greated on.
258258

259259
### logical_volume

0 commit comments

Comments
 (0)