Skip to content

Commit 14d683b

Browse files
committed
Add auth_basic stuff
1 parent 018247c commit 14d683b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

manifests/resource/vhost.pp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@
7272
$create_www_root = false,
7373
$owner = '',
7474
$groupowner = '',
75-
$fastcgi = absent
75+
$fastcgi = absent,
76+
$auth_basic = undef,
77+
$auth_basic_user_file = undef
7678
) {
7779

7880
File {
@@ -161,6 +163,8 @@
161163
template_proxy => $template_proxy,
162164
template_ssl_proxy => $template_ssl_proxy,
163165
template_directory => $template_directory,
166+
auth_basic => $auth_basic,
167+
auth_basic_user_file => $auth_basic_user_file,
164168
}
165169

166170
# Use the File Fragment Pattern to construct the configuration files.

0 commit comments

Comments
 (0)