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 429c56e commit cc51774Copy full SHA for cc51774
README.md
@@ -156,15 +156,16 @@ or moves.
156
Example:
157
158
```puppet
159
- physical_volume { "/dev/hdc":
160
- ensure => present,
161
- unless_vg => "myvg"
162
- }
163
- volume_group { "myvg":
164
165
- physical_volumes => "/dev/hdc",
166
- createonly => true
167
+physical_volume { "/dev/hdc":
+ ensure => present,
+ unless_vg => "myvg",
+}
+
+volume_group { "myvg":
+ physical_volumes => "/dev/hdc",
+ createonly => true,
168
169
```
170
171
## Type Documentation
0 commit comments