Skip to content

Commit 053312c

Browse files
committed
Update yes_arg description
1 parent d4707ca commit 053312c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ resources out yourself.
201201
* stripesize (Parameter) - The stripesize to use for the new logical volume.
202202
* thinpool (Parameter) - Default value: `false` - Set to true to create a thin pool or to pool name to create thin volume
203203
* 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.
204-
* yes_flag (Parameter) - Default value: `false` - Do not prompt for confirmation interactively but always assume the answer yes.
204+
* yes_flag (Parameter) - Default value: `false` - If set to true, do not prompt for confirmation interactively but always assume the answer yes.
205205

206206
### physical_volume
207207

lib/puppet/type/logical_volume.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def insync?(is)
181181
end
182182

183183
newparam(:yes_flag) do
184-
desc "Do not prompt for confirmation interactively but always assume the answer yes."
184+
desc "If set to true, do not prompt for confirmation interactively but always assume the answer yes."
185185
defaultto false
186186
end
187187

tasks/ensure_lv.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"type": "Optional[Integer]"
8383
},
8484
"yes_flag": {
85-
"description": "Do not prompt for confirmation interactively but always assume the answer yes.",
85+
"description": "If set to true, do not prompt for confirmation interactively but always assume the answer yes.",
8686
"type": "Optional[Boolean]"
8787
}
8888
}

0 commit comments

Comments
 (0)