We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea18a7f commit 15cbbc0Copy full SHA for 15cbbc0
lib/puppet/type/logical_volume.rb
@@ -120,7 +120,7 @@ def insync?(is)
120
end
121
122
newparam(:physical_volume) do
123
- desc "The physical volume name this logical volume will be created on"
+ desc 'The physical volume name this logical volume will be created on'
124
validate do |val|
125
unless val.is_a?(::String) || val.is_a?(::Array)
126
raise ArgumentError, "physical_volume should be String or Array: #{val}"
0 commit comments