Skip to content

Commit 12ffca6

Browse files
committed
Addressing review comments
1 parent 0ceeb04 commit 12ffca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/vhost.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1719,7 +1719,7 @@
17191719
Optional[Stdlib::Absolutepath] $ssl_certs_dir = $apache::params::ssl_certs_dir,
17201720
Boolean $ssl_reload_on_change = $apache::default_ssl_reload_on_change,
17211721
Optional[Variant[Array[String], String]] $ssl_protocol = undef,
1722-
Optional[Variant[Array[String], String[1], Hash[String[1], String[1]]]] $ssl_cipher = undef,
1722+
Optional[Variant[Array[String[1]], String[1], Hash[String[1], String[1]]]] $ssl_cipher = undef,
17231723
Variant[Boolean, Apache::OnOff, Undef] $ssl_honorcipherorder = undef,
17241724
Optional[Enum['none', 'optional', 'require', 'optional_no_ca']] $ssl_verify_client = undef,
17251725
Optional[Integer] $ssl_verify_depth = undef,

0 commit comments

Comments
 (0)