Skip to content

Commit 3511bd2

Browse files
committed
Merge pull request #921 from mhaskel/pe33_ubuntu1004_fix
Relying on missing fact
2 parents 9cbaac7 + e20f707 commit 3511bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/mod/dav_svn.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
include ::apache::mod::dav
66
::apache::mod { 'dav_svn': }
77

8-
if $::osfamily == 'Debian' and ($::operatingsystemmajrelease != '6' and $::operatingsystemmajrelease != '10.04') {
8+
if $::osfamily == 'Debian' and ($::operatingsystemmajrelease != '6' and $::operatingsystemmajrelease != '10.04' and $::operatingsystemrelease != '10.04') {
99
$loadfile_name = undef
1010
} else {
1111
$loadfile_name = 'dav_svn_authz_svn.load'

0 commit comments

Comments
 (0)