We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cbaac7 + e20f707 commit 3511bd2Copy full SHA for 3511bd2
manifests/mod/dav_svn.pp
@@ -5,7 +5,7 @@
5
include ::apache::mod::dav
6
::apache::mod { 'dav_svn': }
7
8
- if $::osfamily == 'Debian' and ($::operatingsystemmajrelease != '6' and $::operatingsystemmajrelease != '10.04') {
+ if $::osfamily == 'Debian' and ($::operatingsystemmajrelease != '6' and $::operatingsystemmajrelease != '10.04' and $::operatingsystemrelease != '10.04') {
9
$loadfile_name = undef
10
} else {
11
$loadfile_name = 'dav_svn_authz_svn.load'
0 commit comments