We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7eb7c commit 3d4a10fCopy full SHA for 3d4a10f
manifests/init.pp
@@ -65,7 +65,7 @@
65
Stdlib::Filemode $log_mode = $nginx::params::log_mode,
66
Variant[String, Array[String]] $http_access_log = "${log_dir}/${nginx::params::http_access_log_file}",
67
Optional[String] $http_format_log = undef,
68
- Variant[String, Array[String]] $stream_access_log = "off",
+ Variant[String, Array[String]] $stream_access_log = 'off',
69
Optional[String] $stream_custom_format_log = undef,
70
Variant[String, Array[String]] $nginx_error_log = "${log_dir}/${nginx::params::nginx_error_log_file}",
71
Nginx::ErrorLogSeverity $nginx_error_log_severity = 'error',
0 commit comments