Skip to content

Commit

Permalink
allow ssh::server::ensure = latest, fixes #370 (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
saz authored Mar 27, 2024
1 parent 7e9d28f commit 26da3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
Stdlib::Absolutepath $sshd_binary,
Integer $host_priv_key_group,
Hash $default_options,
Enum[present,absent] $ensure = present,
Enum[present,absent,latest] $ensure = present,
Boolean $storeconfigs_enabled = true,
Hash $options = {},
Boolean $validate_sshd_file = false,
Expand Down

0 comments on commit 26da3e9

Please sign in to comment.