We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018247c commit 14d683bCopy full SHA for 14d683b
manifests/resource/vhost.pp
@@ -72,7 +72,9 @@
72
$create_www_root = false,
73
$owner = '',
74
$groupowner = '',
75
- $fastcgi = absent
+ $fastcgi = absent,
76
+ $auth_basic = undef,
77
+ $auth_basic_user_file = undef
78
) {
79
80
File {
@@ -161,6 +163,8 @@
161
163
template_proxy => $template_proxy,
162
164
template_ssl_proxy => $template_ssl_proxy,
165
template_directory => $template_directory,
166
+ auth_basic => $auth_basic,
167
+ auth_basic_user_file => $auth_basic_user_file,
168
}
169
170
# Use the File Fragment Pattern to construct the configuration files.
0 commit comments