We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf3d32 commit ea211bbCopy full SHA for ea211bb
1 file changed
manifests/vhost.pp
@@ -2356,10 +2356,10 @@
2356
2357
if 'dav' in $directory {
2358
include apache::mod::dav
2359
- if $directory['dav'] == 'On' {
2360
- include apache::mod::dav_fs
2361
- } elsif $directory['dav'] == 'svn' {
+ if $directory['dav'] == 'svn' {
2362
include apache::mod::dav_svn
+ } elsif apache::bool2httpd($directory['dav']) == 'On' {
+ include apache::mod::dav_fs
2363
}
2364
2365
0 commit comments