Skip to content

Commit c6af70e

Browse files
authored
Change variable type to String for ssh::server::ensure (#432)
1 parent 2db8870 commit c6af70e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ Default options to set, will be merged with options parameter
616616

617617
##### <a name="-ssh--server--ensure"></a>`ensure`
618618

619-
Data type: `Enum[present,absent,latest]`
619+
Data type: `String`
620620

621621
Ensurable param to ssh server
622622

manifests/server.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
Integer $host_priv_key_group,
8484
Stdlib::Filemode $host_priv_key_mode,
8585
Hash $default_options,
86-
Enum[present,absent,latest] $ensure = present,
86+
String $ensure = present,
8787
Optional[Stdlib::Absolutepath] $include_dir = undef,
8888
Stdlib::Filemode $include_dir_mode = '0700',
8989
Boolean $include_dir_purge = true,

0 commit comments

Comments
 (0)