Skip to content

Commit cc51774

Browse files
committed
README: fix example puppet code formatting
1 parent 429c56e commit cc51774

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,16 @@ or moves.
156156
Example:
157157

158158
```puppet
159-
physical_volume { "/dev/hdc":
160-
ensure => present,
161-
unless_vg => "myvg"
162-
}
163-
volume_group { "myvg":
164-
ensure => present,
165-
physical_volumes => "/dev/hdc",
166-
createonly => true
167-
}
159+
physical_volume { "/dev/hdc":
160+
ensure => present,
161+
unless_vg => "myvg",
162+
}
163+
164+
volume_group { "myvg":
165+
ensure => present,
166+
physical_volumes => "/dev/hdc",
167+
createonly => true,
168+
}
168169
```
169170

170171
## Type Documentation

0 commit comments

Comments
 (0)