We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56feb57 commit 9f9fe8eCopy full SHA for 9f9fe8e
lib/puppet/type/logical_volume.rb
@@ -120,7 +120,7 @@ def insync?(is)
120
end
121
122
newparam(:physical_volume) do
123
- desc "The name of the physical volume on which this logical volume will be created"
+ desc 'The name of the physical volume on which this logical volume will be created'
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