Skip to content

Commit

Permalink
Merge pull request #921 from mhaskel/pe33_ubuntu1004_fix
Browse files Browse the repository at this point in the history
Relying on missing fact
  • Loading branch information
cyberious committed Oct 29, 2014
2 parents 9cbaac7 + e20f707 commit 3511bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/mod/dav_svn.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
include ::apache::mod::dav
::apache::mod { 'dav_svn': }

if $::osfamily == 'Debian' and ($::operatingsystemmajrelease != '6' and $::operatingsystemmajrelease != '10.04') {
if $::osfamily == 'Debian' and ($::operatingsystemmajrelease != '6' and $::operatingsystemmajrelease != '10.04' and $::operatingsystemrelease != '10.04') {
$loadfile_name = undef
} else {
$loadfile_name = 'dav_svn_authz_svn.load'
Expand Down

0 comments on commit 3511bd2

Please sign in to comment.