Skip to content

Commit d7c5136

Browse files
authored
Merge pull request #294 from puppetlabs/gh-293-fix_ensure_typo
(gh-293) - fix typo with ensure
2 parents db4f68a + 2ac6a50 commit d7c5136

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REFERENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Default value: `undef`
424424

425425
##### <a name="-lvm--volume--ensure"></a>`ensure`
426426

427-
Data type: `Enum['presnet', 'absent', 'cleaned']`
427+
Data type: `Enum['present', 'absent', 'cleaned']`
428428

429429

430430

manifests/volume.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# with puppetlabs/lvm. If not, see http://www.gnu.org/licenses/.
6363
#
6464
define lvm::volume (
65-
Enum['presnet', 'absent', 'cleaned'] $ensure,
65+
Enum['present', 'absent', 'cleaned'] $ensure,
6666
Stdlib::Absolutepath $pv,
6767
Stdlib::Absolutepath $vg,
6868
Optional[String[1]] $fstype = undef,

0 commit comments

Comments
 (0)